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

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.

Insiders

Sign Up for our Newsletter

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

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

Deprecating Ubuntu 14.04 and 16.04 images: stay secure with modern Ubuntu

CircleCI

Linux virtual machine (VM) images will be temporarily unavailable in late March 2022 and late April 2022, and they will be permanently unavailable as of May 31, 2022. If you are using either of these images, update your config with a newer Ubuntu machine image before the 14.04 images are removed at the end of May 2022.

Linux 126
article thumbnail

Deploy a Nodejs App to AWS in an EC2 Server

Dzone - DevOps

We will show you exactly how to deploy a Nodejs app to the server using Docker containers, RDS Amazon Aurora, Nginx with HTTPS, and access it using the Domain Name. We will install Docker in this instance on top of which the containers will be created. We will deploy a Nodejs app to the server, Nginx, and Certbot as Docker containers.

AWS 63
article thumbnail

Infrastructure as code, part 3: automate Kubernetes deployments with continuous integration and deployment

CircleCI

My goal is to help developers build a strong understanding of this concept through tutorials and code examples. Part 02: build Docker images and deploy to Kubernetes. Here is a quick list of things we’ll accomplish in this post: Build a new CircleCI.config.yml file for the project. Configure new jobs and workflows.