💾 Archived View for jb55.com › ward.asia.wiki.org › docker-all-the-things captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Docker All the Things

As we struggle with installs we wonder if docker might help in the long run. It certainly has advantages in the short run.

Transporters

We've had some trouble keeping the image transporter running when ruby, sinatra and graphviz install dependencies compound. We're not sure how docker makes this easier but it does. github

github

We modeled our build on one simple example. github

github

Only our newest droplet was running the sufficiently recent Ubuntu 16.04 for the DigitalOcean Docker install instructions to work. post

post

We build on the platform rather than registering our image in any repository. We've yet to psych out the various repository policies.

We need something like upstart or systemd to keep our container working. Ubuntu versions vary in what they provide.