Build and Run the Container

Build the Docker image:

docker build -t server-ubuntu-apache .

Run the container interactively:

docker run -it --rm server-ubuntu-apache

Visit your site (IP may vary):

http://172.17.0.2/