Files
cgrates/data/docker/prod/README.md
2015-05-05 19:28:47 +03:00

12 lines
192 B
Markdown

Docker
=======
From the project root:
``` bash
# build the image
docker build -t cgrates data/docker/prod
# create the container
docker run --rm -itv `pwd`:/root/code --name cgr cgrates
```