mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
12 lines
224 B
Markdown
12 lines
224 B
Markdown
Docker
|
|
=======
|
|
|
|
From the project root:
|
|
|
|
``` bash
|
|
# build the image
|
|
docker build -t cgrates data/docker/devel
|
|
# create the container
|
|
docker run --rm -itv `pwd`:/root/code/src/github.com/cgrates/cgrates --name cgr cgrates
|
|
```
|