Posts categorized under: docker

Configuring Docker Remote API with TLS on CoreOS

Problem

I recently set up a CoreOS box for futzing around and wanted to use it as a replacement for my qemu-kvm workflow (amongst other things). Typically this involves spinning up various distros of linux to compile software, provide services, or do demos on. They're typically ephemeral in that ...