Skip to content

Hey, this is for learning and practicing docker in step by step process

Notifications You must be signed in to change notification settings

dev-vivekkumarverma/docker-container

Repository files navigation

docker-container

Hey, this is for learning and practicing docker in step by step process

Note: In this project we will creat everything inside a parent container. It is safe and and any failure will be limited to the parent container itself.

Pre-requisits:

  • docker must be installed on the system.

Use the given code to create parent docker container

docker run -it --name docker-host --rm --privileged ubuntu:bionic
  • Refer for detailed command and instructions Link