mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-26 18:36:06 +00:00
Remove extra dash from -it in example code
This commit is contained in:
+1
-1
@@ -27,4 +27,4 @@ Then simply run:
|
||||
|
||||
To run a single script, you can mount it in a volume under `/usr/src/app`. From the root of your application directory (assuming your script is named `index.js`):
|
||||
|
||||
$ docker run -v ${PWD}:/usr/src/app -w /usr/src/app --it --rm iojs iojs index.js
|
||||
$ docker run -v ${PWD}:/usr/src/app -w /usr/src/app -it --rm iojs iojs index.js
|
||||
|
||||
Reference in New Issue
Block a user