2

!rant

Learning about docker, I see the possibilities!!

Comments
  • 1
    @Pythoneer
    A tin can for software.
    Imagine you could run a fully configured webserver without any knowledge about it just by typing in your commandline docker install [somethin]. Or package your software into a tin can (container) and send it over to somebody else without worrying that it breaks on his machine. Because all dependencies what is needed is shipped with that docker container.
  • 1
    It's also great for scaling
  • 1
    @Pythoneer i am going to use it for 0 downtime deployment and project seperation so they dont interfere with each other on my single vps :D
  • 0
    @Pythoneer yeah i'm a designer and i have a fun playing with docker containers from docker-hub.com. It let me run ,for example, for each client a own own-cloud (open source google drive) instance for a design project collaboration. In minutes.
  • 3
    Docker is awesome!
  • 4
    And it scales!
Add Comment