Create a Docker Image on Ubuntu
See this article how to install Docker on ubuntu
https://sundarpalanivel.hashnode.dev/install-docker-on-ubuntu
Create a Directory
mkdir myapp
Create a index.html file
echo "Hello World" > index.html
List out html file created or not
View content o...
sundarpalanivel.hashnode.dev1 min read