Skip to content
Max Malm edited this page Dec 28, 2015 · 3 revisions

Todo

How do I run commands?

If you've started your container with the name mygrav you can use bin/gpm and bin/grav like this:

docker exec mygrav bin/grav list
docker exec mygrav bin/gpm list

If you use this a lot you can create an alias

alias gpm="docker exec mygrav bin/gpm"
gpm list

What about SSL?

Use https://github.com/jwilder/nginx-proxy or https://github.com/dmp1ce/nginx-proxy-letsencrypt

Clone this wiki locally