fix(containers/monitoring): set up permissions correctly

This commit is contained in:
Michele Cereda
2024-05-12 13:44:22 +02:00
parent 0c943c7600
commit 85122f138b
3 changed files with 44 additions and 3 deletions

View File

@@ -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