My peronsal website, hosted at www.jasonroodman.com
These instructions can be used to get a copy of the docker image to deploy
-
Install Docker:
curl -sSL https://get.docker.com | sh
-
Download image:
docker pull jroodman/personalwebsite
a. Confirm image is downloaded withdocker images
-
Run the image:
docker run -i -t jroodman/persoanlwebsite:latest /bin/bash
These instructions can be used to build and publish an updated docker image
- From the project root directory run
docker-compose push jroodman/personalwebsite
- Attempt
docker ps
If error is reported, run docker-machine env default
and copy the listed command into command prompt
- If docker container has not been started
Run docker-machine start default