Skip to content

Instantly share code, notes, and snippets.

@fvztdk
Last active March 27, 2017 13:18
Show Gist options
  • Save fvztdk/d68f8d90c8a83e5f2da2c6418adb12ea to your computer and use it in GitHub Desktop.
Save fvztdk/d68f8d90c8a83e5f2da2c6418adb12ea to your computer and use it in GitHub Desktop.
Docker godmode
#!/bin/bash
#This starts an ubuntu container with admin rights on the host file system
#Useful on bad configure docker machines
#---------------------------------------------------------------------------------
#USE WITH CAUTION !!!!
docker run -t -i -v /:/host ubuntu /bin/bash
#USE WITH CAUTION !!!!
#---------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment