How to create a Docker from docker file
Create a directory Docker file Create empty text file Insert below content See the Dockerfile inside Build a Image See the created images Run a Image
Jan 4, 20241 min read4
Search for a command to run...
Articles tagged with #docker-images
Create a directory Docker file Create empty text file Insert below content See the Dockerfile inside Build a Image See the created images Run a Image
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...