I'm kinda confused what you mean here. What are those false,false
args being passed to Filters()
?
this part? it is run even if Action() panics
The issue I was trying to tackle is that pruning while docker container is still running is kinda pointless. when we run abra app undeploy
It…
I undeployed an app with secrets and did a system prune and verified that all images and containers relating to it were gone and then redeployed and the secrets still worked. I'll keep my eye on…
I haven't really messed with docker secrets because my primary development app doesn't use secrets. If this is the case it's definitely good to be mindful of. I'll look into it.
I found an open ticket about possibly pruning secrets in the future https://github.com/moby/moby/issues/38007
I'm pretty sure there is no prune functionality for docker secrets maybe it was coop-cloud/organising#405 ?
@mayel currently it doesn't remove secrets. Is that something I should add? Right now I'm calling the built in prune commands on the docker client. "Pruning" secrets is kind of a non-concept. I…
Should this be abara server prune <server name>
there is currently no system command and I don't know if a datapoint of 1 is justifcation for a new sub command?
is traefik supposed to be serving a web app on the reaefik app domain in addition to routing traffic? If it is, then it is failingto do its job and I'm not sure what I'm doing wrong