(no title)
fenollp | 4 years ago
Not saying this would at all replace Harbormaster, but with DOCKER_HOST or `docker context` one can easily run docker and docker-compose commands without "ever logging in to the machine". Well, it does use SSH under the hood but this here seems more of a UX issue so there you go.
Discovering the DOCKER_HOST env var (changes the daemon socket) has made my usage of docker stuff much more powerful. Think "spawn a container on the machine with bad data" à la Bryan Cantrill at Joyent.
stavros|4 years ago
inetknght|4 years ago
You could put your SSH server configuration in a repo. You could put your SSH authorization key in a repo. You could even put your private key in a repo if you really wanted.
nanis|4 years ago
https://docs.chef.io/chef_solo/
mixedCase|4 years ago
thor_molecules|4 years ago
e12e|4 years ago
"Debugging Under Fire: Keep your Head when Systems have Lost their Mind • Bryan Cantrill • GOTO 2017" https://youtu.be/30jNsCVLpAE
Ed: oh, here we go I think?
> Running Aground: Debugging Docker in Production Bryan Cantrill19,102 views16 Jan 2018 Talk originally given at DockerCon '15, which (despite being a popular presentation and still broadly current) Docker Inc. has elected to delist.
https://www.youtube.com/watch?v=AdMqCUhvRz8
zdragnar|4 years ago
He has a lot to say about zones and jails and chroot predating docker, and why docker and co. "won" so to speak.