mirror of
https://github.com/GNS3/gns3-server
synced 2025-03-13 07:26:19 +00:00
Update README to Run Docker Compose
This commit is contained in:
parent
21ebb934f4
commit
00bf1c028b
@ -112,6 +112,12 @@ For development, you can run the GNS3 server in a container
|
|||||||
bash scripts/docker_dev_server.sh
|
bash scripts/docker_dev_server.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### use Docker Compose
|
||||||
|
|
||||||
|
``` {.bash}
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
### Run as daemon (Unix only)
|
### Run as daemon (Unix only)
|
||||||
|
|
||||||
You will find init sample scripts for various systems inside the init
|
You will find init sample scripts for various systems inside the init
|
||||||
|
Loading…
Reference in New Issue
Block a user