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.
- docker must be installed on the system.
docker run -it --name docker-host --rm --privileged ubuntu:bionic
- Refer for detailed command and instructions Link