Skip to content

Instantly share code, notes, and snippets.

@cookie-ag
Last active November 8, 2018 15:42
Show Gist options
  • Save cookie-ag/9a9a0c0260f9efed1cb3070947b2d719 to your computer and use it in GitHub Desktop.
Save cookie-ag/9a9a0c0260f9efed1cb3070947b2d719 to your computer and use it in GitHub Desktop.
Run Ubuntu Container - Node
docker network create nodenet
docker run --name ubuntunode8 -d -p 3000:3000 --network nodenet -v C:\ubuntunode\home:/home ubuntu /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment