mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
12 lines
213 B
Markdown
12 lines
213 B
Markdown
Docker
|
|
=======
|
|
|
|
From the project root:
|
|
|
|
``` bash
|
|
# build the image
|
|
docker build -t cgrates data/docker/osips_training
|
|
# create the container from the cgrates project root
|
|
./data/docker/osips_training/start.sh
|
|
```
|