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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -