Skip to content

Commit

Permalink
Merge pull request #125 from kzhunter/dock
Browse files Browse the repository at this point in the history
Corrected docker run command
  • Loading branch information
kallewoof authored Apr 28, 2023
2 parents f93ac8c + 29015cf commit ebef623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Or use **docker**:

```Bash
docker build -t btcdeb .
docker run -d -t --name btc-vm btc-vm btcdeb
docker run -d -t --name btc-vm btcdeb btcdeb
# and for run it in the shell
docker exec -it btc-vm /bin/sh
```
Expand Down

0 comments on commit ebef623

Please sign in to comment.