Skip to content

Instantly share code, notes, and snippets.

@beabetterdevv
Created December 31, 2020 01:56
Show Gist options
  • Save beabetterdevv/e60231298a790fbd3d0d15d2840ed535 to your computer and use it in GitHub Desktop.
Save beabetterdevv/e60231298a790fbd3d0d15d2840ed535 to your computer and use it in GitHub Desktop.
Steps (First Time Setup)
Start Docker
Configure Docker to allow file sharing
Run Get-NetIPAddress in Powershell and find your IP
Run the following command in Powershell with your ip/path selected:
docker run --name ubuntu-devevelopment -e HOST_IP=192.168.0.110 --expose 3000 -p 3000:3000 -v //c/Users/Dan/Desktop:/src -t -i tecnickcom/alldev /bin/bash
Steps (Every time after)
Start your container
run docker ps
run docker attach <container id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment