Replies
-
Ant 7 years agoSo long as you remember where you left your data and can path it back to the active container/VM its easy as pie.
Just have to make sure people dont take a shotgun the data on your live system without having appropriate safeguards in place.- 2
-
-
Joe 7 years agoI just like the fact that you have to think of the containers and build them in a way that means that they can come up, destroyed and moved without having to care about state.
- 3
-
-
-
-
Ant 7 years agocontainers can also help a little with some security elements and also lets us do stuff to the services that support the site
also helps a little with scaling; if we need more workers or web nodes we can simply add more.
we can also leverage the containers to make better use of the server they live on
- 1
-
Joe 7 years agoThat is a good question. However. You are not truely containerizing the whole OS. A container will always use the hosts kernel it's basically just the libraries and the package manger. You don't really user systemd or anything else inside the container as everything runs in the foreground.
- 2
-
-
-
Joe 7 years agoIt's got a massive following in Docker containers because of it's lightness. It's actaully really nice. I personally love the package manager 😀
- 1
-
-