docs(readme) docker: -t -> -it

This commit is contained in:
coderaiser 2020-12-30 16:15:38 +02:00
parent a87fb57188
commit 84d1db5f1e

View file

@ -123,7 +123,7 @@ server.listen(port);
`Cloud Commander` could be used as a [docker container](https://hub.docker.com/r/coderaiser/cloudcmd/ "Docker container") this way:
```sh
docker run -t --rm -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/cloudcmd
docker run -it --rm -v ~:/root -v /:/mnt/fs -w=/root -p 8000:8000 coderaiser/cloudcmd
```
Config would be read from home directory, hosts root file system would be mount to `/mnt/fs`,