Skip to content

Commit

Permalink
Docker documentation (0xHericles#39)
Browse files Browse the repository at this point in the history
* Added a docker subsection in usage section

* Update README.md

* Update README.md
  • Loading branch information
vladdoster authored and 0xHericles committed Oct 28, 2019
1 parent 611419f commit f97a9ba
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ To start the terminal cast application, run:
```
python3 -m cast
```

#### Arguments
```
optional arguments:
Expand All @@ -44,7 +43,15 @@ optional arguments:
--cmd-args CMD_ARGS arguments to pass to command (i.e. --cmd-args='arg1
arg2 --flag') (default: )
```

#### Docker
Build image
```
docker build -t cast .
```
Run built image
```
docker run --name cast.sh-container -p 5000:5000/tcp -i -t cast
```
## Screenshots
![screenshots](/art/screenshots.png)

Expand Down

0 comments on commit f97a9ba

Please sign in to comment.