Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 264 Bytes

File metadata and controls

17 lines (15 loc) · 264 Bytes

Portfolio

Docker Implementation.

  1. Clone the repo
git clone https://github.com/maveric-coder/resume
cd resume
  1. Build docker image
docker build -t webapp:v1 .
  1. Run a container
docker run -itd --name app1 -p 80:80 webapp:v1