mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docs: update documentation to use docker compose up --wait
This commit is contained in:
@@ -29,10 +29,9 @@ install the `docker-compose-v2` package. On macOS, you can use the
|
|||||||
# mkdir akvorado
|
# mkdir akvorado
|
||||||
# cd akvorado
|
# cd akvorado
|
||||||
# curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-quickstart.tar.gz | tar zxvf -
|
# curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-quickstart.tar.gz | tar zxvf -
|
||||||
# docker compose up
|
# docker compose up --wait
|
||||||
```
|
```
|
||||||
|
|
||||||
Monitor the output of `docker compose ps` to see the status of the services.
|
|
||||||
Once the `akvorado-console` service is "healthy", the *Akvorado* web interface
|
Once the `akvorado-console` service is "healthy", the *Akvorado* web interface
|
||||||
should be running on port 8081. This can take a few minutes.
|
should be running on port 8081. This can take a few minutes.
|
||||||
|
|
||||||
@@ -51,7 +50,7 @@ To connect your own network devices:
|
|||||||
|
|
||||||
1. Restart all containers:
|
1. Restart all containers:
|
||||||
- `docker compose down`
|
- `docker compose down`
|
||||||
- `docker compose up -d`
|
- `docker compose up --wait`
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> Interface classification is essential for the web interface to work properly.
|
> Interface classification is essential for the web interface to work properly.
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ When using `docker compose`, use the following commands to get an updated
|
|||||||
# curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-upgrade.tar.gz | tar zxvf -
|
# curl -sL https://github.com/akvorado/akvorado/releases/latest/download/docker-compose-upgrade.tar.gz | tar zxvf -
|
||||||
# docker compose pull
|
# docker compose pull
|
||||||
# docker compose stop akvorado-orchestrator
|
# docker compose stop akvorado-orchestrator
|
||||||
# docker compose up -d
|
# docker compose up --wait
|
||||||
```
|
```
|
||||||
|
|
||||||
The `docker-compose-upgrade.tar.gz` tarball contains `.env.dist` instead of
|
The `docker-compose-upgrade.tar.gz` tarball contains `.env.dist` instead of
|
||||||
|
|||||||
Reference in New Issue
Block a user