diff options
Diffstat (limited to 'create.sh')
-rwxr-xr-x | create.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/create.sh b/create.sh new file mode 100755 index 0000000..f42f259 --- /dev/null +++ b/create.sh @@ -0,0 +1,5 @@ +#!/bin/sh - + +# Sample of how one might start up a container, season to taste. + +docker create -it --name firedock --publish 127.0.0.1:5900:5900 firedock |