⏰ In this video, I show you how to create a docker image (container) in Ubuntu in just 5 minutes!
🚀 Here are the list of the used commands:
$ docker build -t mydocker .
$ docker images
$ docker run mydocker
$ docker run -it mydocker bash
👉🏼 Please subscribe to my channel for more videos. Click here:
/ @quick_tutorials
Hope you enjoyed it! 🧡
#docker, #container, #ubuntu, #dockercontainer, #dockerimage, #linux, #tutorial