saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
574 stars 65 forks source link

Roles workflow: Recreate containers instead of removing and then creating #10

Closed saltydk closed 2 years ago

saltydk commented 3 years ago

For roles that do not require the container to be stopped for configuration we should explore if recreating the container is better since it is built-in in the Ansible docker module.

saltydk commented 2 years ago

No longer believe this is worth spending time on.