diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh - + +# Another sample of how one might start up a container, season to taste. + +docker run -it --rm --publish 127.0.0.1:5900:5900 firedock |