showaltb / cd-demo

Continuous Deployment Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd-demo

Continuous Deployment Demo

Just some static content served by nginx.

Build the image:

$ docker build -t showaltb/cd-demo .

Run the image on port 8080:

$ docker run --rm -p080:80 showaltb/cd-demo

Remove the image

$ docker rmi showaltb/cd-demo

About

Continuous Deployment Demo


Languages

Language:HTML 95.3%Language:Dockerfile 4.7%