Skip to content

Commit 0df45b5

Browse files
Merge pull request #17 from tikhonp/patch-1
Update README.md, add -it flag to login command
2 parents 783dfd1 + 0fdc2d4 commit 0df45b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docker build --tag wrapper .
2525
2. Login:
2626

2727
```
28-
docker run -v ./rootfs/data:/app/rootfs/data -e args="-L username:password -F -H 0.0.0.0" wrapper
28+
docker run -it -v ./rootfs/data:/app/rootfs/data -e args='-L username:password -H 0.0.0.0' wrapper
2929
```
3030

3131
3. Run:

0 commit comments

Comments
 (0)