TripleParity / docks-api

RESTful API Server for Docks
https://tripleparity.github.io/docks-api/stack-api-spec.html
GNU General Public License v3.0
0 stars 0 forks source link

Readme to be updated? #11

Closed FJMentz closed 6 years ago

FJMentz commented 6 years ago

Should we remove the instructions for deployment from the docks readme since we now have instructions in our 'docks-demo' repo as well as the images being pulled to Dockerhub?

egeldenhuys commented 6 years ago

docker build -f Dockerfile-prod -t docks-production . Can be removed

docker run -it -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock docks-production can be updated to use the image from the registry

FJMentz commented 6 years ago

Will you mind changing this quickly? @egeldenhuys

FJMentz commented 6 years ago

@egeldenhuys I did open a branch for changing the readme.

egeldenhuys commented 6 years ago

You can create a pull request :tada: