What cool things have you managed to do with Docker? Do you have any awesome
for your own stuff?
What cool things have you managed to do with Docker? Do you have any aweso projects that others can use or do you mainly use it just for your own stu
What cool things have you managed to do with Docker? Do you have any awesome projects that others can use or do you mainly use it just for
your own stuff?
stripped to the bare bones that they only run a kernel and the docker engine.
I also run multiple hosts, and mostly use "docker swarm" - so that my running docker containers float between any of the hosts.
Swarm is great, I can take a host offline - say to do OS / docker
runtime updates, and the containers float to another system, and then
when it comes back online it'll take the next workload thats deployed
(or the workload from another host when I update it).
What do you do for persistent storage? Just an NFS mount from commonstorage onto each host machine? The $dayjob containers
haveI think they might be using GlusterFS for containers
no local persistent data - anything that's persisted it in a SQL database.
that need it, but none of mine do.
At the moment I'm using commercial software (I work for the vendor
that creates it).
But I'm probably going to switch that out for gluster. I'm also
playing with microk8s, which ideally I'm wanting to move all my docker swarm stuff too.
(I'm not a fan of NFS - I've been caught out too many times with NFS
hangs over the years...)
Hmmm, I might give Gluster a go then - I was just a bit wary as the IT guysat work use it and I've seen some weird hung
filesystem
issues, but that might be the implementation and not the software itself.
What cool things have you managed to do with Docker? Do you have any aw projects that others can use or do you mainly use it just
for your own stuff?
So I use docker for *everything*. Basically my Linux hosts are stripped
to the bare bones that they only run a kernel and the docker engine.
everySo I use docker for *everything*. Basically my Linux hosts are
stripped to the bare bones that they only run a kernel and the docker
engine.
I echo that. I really got tired of virtualbox crashing my VM's after
update. I've been really happy with docker, podman and buildah.
Deon's message above was enough to kick me into trying a bit more with docker - I have a VM I run a handful of containers, but I've started experimenting with a 3 node Gluster setup and a 3 node docker swarm. See how it goes :-)
Sysop: | Saxainden |
---|---|
Location: | Littleton, CO |
Users: | 30 |
Nodes: | 10 (1 / 9) |
Uptime: | 17:13:57 |
Calls: | 357 |
Calls today: | 2 |
Messages: | 37,327 |