Sign inSign up

monodot/httpd-hello-world

By monodot

Updated about 6 years ago

Image
0

93

monodot/httpd-hello-world repository overview

container-up

Simple demo of building and running a container

Assuming you already have Docker installed, to build the container, run:

$ docker build -t mywebsite .

This will pull the Apache HTTP server image from Docker Hub and build. Then, to run the container:

$ docker run -p 8080:80 mywebsite

The container will start, and you can then access the website at http://localhost:8080.

Tag summary

Content type

Image

Digest

Size

59.1 MB

Last updated

about 6 years ago

docker pull monodot/httpd-hello-world