|
|
|
|
|
by blitzd
3661 days ago
|
|
Containerization on it's own can have benefits even in smaller deployments - separating your different server concerns to the bare minimum can be very useful. There's also other aspects, like being able to spin up the newest PostgreSQL within minutes, and when you're done you rm the container and image and have no trace and/or side effects. There's some pretty useful multi-container configurations out there too, like a dockerized gitlab environment: https://github.com/sameersbn/docker-gitlab |
|