Преглед на файлове

Remove extra dash from `-it` in example code

Hans Kristian Flaatten преди 10 години
родител
ревизия
6c31c607ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      iojs/content.md

+ 1 - 1
iojs/content.md

@@ -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