factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Docker container id gets cached too aggressively #89

Closed stmh closed 4 years ago

stmh commented 4 years ago

When chaining multiple docker commands and using a service name to get the name/id of the actual docker container the cached docker container id might be outdated, eg when chaining rm with run.

Cc @d34dman