Skip to content

Bukola-Testimony/My-web-docker

Repository files navigation

Docker commands

  • docker build -t myweb .
  • docker run -dit -p 8080:80 --name static-web myweb
  • check IP or localhost:8080

This image has been pushed to Dockerhub.com

To pull, run the following command:

$ docker pull bukola01/myweb

About

Building a docker image of a simple website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published