mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
12 lines
189 B
Markdown
12 lines
189 B
Markdown
Docker
|
|
=======
|
|
|
|
From the project root:
|
|
|
|
``` bash
|
|
# build the image
|
|
docker build -t osips data/docker/ospis
|
|
# create the container
|
|
docker run --rm -itv `pwd`:/root/code --name cgr osips
|
|
```
|