12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
## Using Docker
|
|
|
|
```shell copy
|
|
cd /opt/hyperglass
|
|
docker compose down
|
|
docker compose rm -f
|
|
git fetch
|
|
git checkout v2.0.4
|
|
docker compose build
|
|
docker compose up
|
|
```
|