-
Quick and dirty auto-deployment to Raspberry Pi
Some projects require a quick way to deploy code to a Raspberry Pi (or other small device running Linux behing NAT) and it's not critical enough to need things like Kubernetes, Ansible or Docker. It was exactly the case for a small RGB LED matrix we set up at our…
-
Running privileged containers as system services in Swarm mode
Update 11 Jun 2019: A patch by Olli Janatuinen that implements this feature has been merged and should be shipped in Docker 19.06 / 19.09. Thanks Olli! This title might be misleading so let me clarify: when a node is in Swarm mode, services and stacks don't support privileged…