Skip to content

Instantly share code, notes, and snippets.

@ngsmrk
Last active August 29, 2015 14:00
Show Gist options
  • Save ngsmrk/e6a3664f3d961dcb90e1 to your computer and use it in GitHub Desktop.
Save ngsmrk/e6a3664f3d961dcb90e1 to your computer and use it in GitHub Desktop.
docker_express_1
boot2docker up
boot2docker ssh
user: docker
pass: tcuser
docker pull ubuntu
docker run -t -i -p 3000 ubuntu /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment