An open API service indexing awesome lists of open source software.

https://github.com/eczy/dice-container


https://github.com/eczy/dice-container

Last synced: 5 months ago
JSON representation

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
```