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 of index.html file

Create a Docker file

List out

Edit the Dockerfile

Write this content

View the file

Check Docker running or not

Build a docker

Check Docker images

Run a docker

Check the container run or not

Check broswer for public IP