Restarting a ghost Docker container
My blog had been running for 5 months without a hitch, until just now. It started returning error 502. I'm still not sure why it happened, and I didn't check the logs. I simply restarted the container and it worked again:
# docker ps
==> output the name as some-ghost
# docker restart some-ghost
some-ghost