https://github.com/eczy/dice-container
https://github.com/eczy/dice-container
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eczy/dice-container
- Owner: eczy
- Created: 2020-05-01T11:37:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T12:22:27.000Z (about 6 years ago)
- Last Synced: 2025-07-22T23:37:27.529Z (12 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice Container
A Docker container which comes with the Dice interpreter found here: https://github.com/SHoltzen/dice.
## To Build:
```
git clone --recurse-submodules git@github.com:eczy/dice-container.git
cd dice-container
docker build -t dice .
```
## To Run
```
docker run -it -v absolute_path_to_your_code:/workspace dice
```