We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 783dfd1 + 0fdc2d4 commit 0df45b5Copy full SHA for 0df45b5
1 file changed
README.md
@@ -25,7 +25,7 @@ docker build --tag wrapper .
25
2. Login:
26
27
```
28
-docker run -v ./rootfs/data:/app/rootfs/data -e args="-L username:password -F -H 0.0.0.0" wrapper
+docker run -it -v ./rootfs/data:/app/rootfs/data -e args='-L username:password -H 0.0.0.0' wrapper
29
30
31
3. Run:
0 commit comments