7 ms·
"Distributing Docker images within a private network also requires a separate service which we would need to configure, test, and maintain." What does this mea
by serkanh 11y ago
"Distributing Docker images within a private network also requires a separate service which we would need to configure, test, and maintain." What does this mean? Setting up a private docker registry is trivial at best and having it deploy on remote servers via chef, puppet; hell even fabric should do the job.
- juliangregorian 11y agoIt's not necessarily true either; it's not difficult to have your continuous build process build images from the Dockerfile, run tests, swap green and blue, etc...