Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 563 Bytes

Instructions

  • Make sure you have Docker installed on your machine by typing docker -v which should output the available docker version on your machine

  • Type docker pull ifeoma1/ifeoma-sca-cloud-application to pull the image to your machine

  • Run the docker image by typing docker run -d -p 80:80 ifeoma1/ifeoma-sca-cloud-application into your terminal

  • Confirm the app is working by visiting localhost on your browser

Repository Link

The link to the repo is https://hub.docker.com/repository/docker/ifeoma1/ifeoma-sca-cloud-application