docker - How to Host Ghost Blog on Home Web Server -
i running ghost blog inside docker container inside virtual machine running ubuntu snappy core os. virtual machine running on home server, c720 chromebook cracked run lubuntu on bare-metal.
i can see blog @ localhost:2368 not know how make accessible outside world? port forwarding router c720, , have verified can host blog native os. trying running inside virtual machine.
make vm run in bridge mode , pick address home router. expose port on container this:
docker run -ti -p 2368:2368 ghost
then able access ghost web site using bridged
ip address
http://<bridged-ip>:2368
Comments
Post a Comment