You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
354 B
354 B
Creates an Image with a static web-page using docker CLI commands
(not using a Dockerfile)
- starts a container from the latest nginx image
- copies a static webpage to it using docker cp
- creates an image from the container using docker commit
- starts the newly created image
- cleans up on keypress after telling the user how to view the webpage