Docker at O'Reilly

DEMO

sudo docker pull odewahn/jem-tutorial
  • Start the container, and be sure to expose port 8888
sudo docker run -i -t -p 8888:8888 odewahn/jem-tutorial /bin/bash
  • Once the container starts and your at the bash prompt, start the server with this command:
./start.sh
  • Go to localhost:8888 on your local browser