refactor: Update Docker inspect command to retrieve container labels

This commit is contained in:
2024-09-05 20:46:22 +08:00
parent f20b1c88f4
commit 95ed547bbd
+2
View File
@@ -39,6 +39,8 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a
docker swarm init
docker network create -d overlay --attachable traefik-public
make deploy-core
docker service logs core_traefik --details
```
### Notes: