Browse Source

readme: remove superfluous flags '-it'

Fabian Peter Hammerle 5 years ago
parent
commit
e781de6cfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 Provides an EncFS-enciphered view `/encrypted` of volumes mounted in `/plain`
 
 ```sh
-docker run --rm -it --device /dev/fuse \
+docker run --rm --device /dev/fuse \
     -v plain-data1:/plain/foo:ro \
     -v plain-data2:/plain/bar:ro \
     -v encfs-password:/secret \