January 14, 2019

docker

Docker: Running Docker commands

This tutorial is a continuation of a previous post Docker: Installation and basics The command to run a container from an image is: [root@gw20-lap-doc1 ~]# docker run <image name> The command docker run image = docker…