mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(containers/monitoring): set up permissions correctly
This commit is contained in:
@@ -124,6 +124,13 @@ docker image prune -a
|
||||
docker system prune -a
|
||||
|
||||
|
||||
# List networks.
|
||||
docker network ls
|
||||
|
||||
# Inspect networks.
|
||||
docker network inspect 'monitoring_default'
|
||||
|
||||
|
||||
# Display a summary of the vulnerabilities in images.
|
||||
# If not given any input, it targets the most recently built image.
|
||||
docker scout qv
|
||||
|
||||
Reference in New Issue
Block a user