We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4f3d commit 70b2060Copy full SHA for 70b2060
docker_run.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+docker run -v $(pwd):/root/ -it slacker:local "$@"
0 commit comments