Docker

3 Tips for Naming Docker Containers — step-by-step Docker tutorial on Progressive Robot

3 Tips for Naming Docker Containers

When you create a Docker container, it is assigned a universally unique identifier or UUID. These are essential to avoiding naming conflicts and promoting automation without human intervention. They effectively identify containers to the host and network. However, they take more…

Read more
How To Install and Use Docker on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Ubuntu 16.04

There are two methods for installing Docker on Ubuntu 16.04. One method involves installing it on an existing installation of the operating system. The other involves spinning up a server with a tool called Docker Machine that auto-installs Docker on it.

Read more
Working with Docker Containers — step-by-step Docker tutorial on Progressive Robot

Working with Docker Containers

In this tutorial, we’ll provide a brief overview of the relationship between Docker images and Docker containers. Then, we’ll take a more detailed look at how to run, start, stop, and remove containers.

Read more
CHAT