Created
October 2, 2018 01:50
-
-
Save panda1100/cb96cfdaaa7bb0f7c3b52d275ba2efe7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run --rm -v `pwd`:/root/files --name $1 -it ubuntu:16.04 /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment