Skip to content

Commit

Permalink
T-95: Share gem folder between host and container
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Sep 3, 2022
1 parent 7838dbf commit 4c6b731
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/marian
docker run --rm -it basic_temperature:3.1 bash
```

* Run container with volume (share gem folder between host and container):
```bash
docker run --rm -it -v $(pwd):/gem basic_temperature:3.1 bash
```

* Ruby REPL with already required gem files:
```bash
docker run --rm -it basic_temperature:3.1 bin/console
Expand Down

0 comments on commit 4c6b731

Please sign in to comment.