refactor: Update Docker inspect command to retrieve container labels

This commit is contained in:
2024-09-04 19:51:46 +08:00
parent b1866b26e7
commit be0e430b00
5 changed files with 817 additions and 1 deletions
+3
View File
@@ -23,6 +23,9 @@ deploy-core: pull
docker stack deploy --compose-file ./swarm/core.yml core ;\
}
remove-core:
docker stack rm core
deploy-portainer: pull
{ \
echo "Deploying the portainer stack..." ;\