Remove docs building-docker-images
article thumbnail

Deploy a custom Docker image on Azure ML using a blue-green deployment with Python

Xebia

We’ll do the following: Deploy our ML model using a custom Docker image. " Why use a custom Docker image on AzureML? " Why use a custom Docker image on AzureML? Azure provides many prebuilt Docker images. These images use common Python packages and are built with a Flask server.

Azure 130
article thumbnail

Analyzing the GitHub marketplace – Dependency security is a big issue

Xebia

For example, you can define the actions in multiple ways: By the ecosystem they use: Node based (Typescript or JavaScript), Docker based or it can be a composite action. Type of Action Count Percentage Node based 4,7k 45% Docker based 3.7k 16% This tells us that there is a lot of use for Docker based actions!

Analysis 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dockerfile Optimization for Fast Builds and Light Images

Dzone - DevOps

"Docker builds images automatically by reading the instructions from a Dockerfile -- a text file that contains all commands, in order, needed to build a given image.". The explanation above was extracted from Docker’s official docs and summarizes what a Dockerfile is for.

article thumbnail

Automating Smart Contract Development With Docker

Dzone - DevOps

At the end of this article, you'll have yourself an automated Docker setup that will help you: Run smart contract tests with testRPC. For that reason we'll set up an automated route to make our lives easier, which will get your build, run, and test environment ready in minutes. Now the fun part begins: we'll begin the Docker process.

article thumbnail

Announcing CircleCI’s developer hub: CI/CD resources for every dev

CircleCI

TL;DR: You can now find all the best CI/CD config optimizations, migration guides, and CircleCI docs, along with assets like CI configuration packages through CircleCI orbs and Docker convenience images, in one convenient place on our new developer hub. An array of CircleCI interfaces and integrations.

article thumbnail

Run self-hosted CI jobs in Kubernetes with container runner

CircleCI

CircleCI’s Docker executor allows you to take full advantage of the speed and flexibility benefits of containerization in your continuous integration workflows. Container runner eliminates enables users to use the Docker syntax in their config.yml file. jobs: build: docker: - image: cimg/base:2021.11 Conclusion.

article thumbnail

The Good and the Bad of Docker Containers

Altexsoft

The laborers who did that job were called dockers. Dockers working in London, England. Docker is a platform for developing and deploying apps in lightweight containers. This post will provide you with all the information necessary to understand what Docker is, how it works, and when it can be used. What is Docker?