docker-notesbooks-example # Build the image docker build -t docker-notebook-example . # Start the environment docker-compose up -d # Stop when you're done docker-compose down