Generalize the concept of "templated or automatic names mean per-deployment resources; explicit untemplated names mean singleton resources" to apply to resources like networks and volumes. If I cheat I can take advantage of the docker xyz create, docker xyz ls command pattern to automatically apply the same logic to a bunch of Docker commands at once.
Generalize the concept of "templated or automatic names mean per-deployment resources; explicit untemplated names mean singleton resources" to apply to resources like networks and volumes. If I cheat I can take advantage of the
docker xyz create
,docker xyz ls
command pattern to automatically apply the same logic to a bunch of Docker commands at once.