You can create "base" image of your application and update only code. Part of our fabric deploy script: with api.settings(**env_vars): api.run('docker run baseimage sh -c "git pull && cp…
You can create "base" image of your application and update only code. Part of our fabric deploy script: with api.settings(**env_vars): api.run('docker run baseimage sh -c "git pull && cp…