Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 536 Bytes

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