10

What's your experiences with Docker?

Comments
  • 1
    ---[==]
  • 0
    @hubiruchi missing the reference here.. care to explain?
  • 2
    @MrCSharp I want to follow but I don't have anything to say
  • 3
    In my Ubuntu server, all apps, DBs, stacks are in containers.

    If I remove all docker objects, my server is as pure n clean as the day it was configured.

    I am using portainer (which runs as a container) to manage Docker objects, sheer delight.

    Using socat to expose any container on network on the fly.

    Publishing my custom docker images on public/private docker repos.

    Using kubernetes to test containers before pushing upstream.

    Would start soon on the process of configuring CI/CD for automation.
  • 2
    I dockerized all my current projects.

    It's a bliss when testing deployment with different dependencies/versions.

    Since every dependency lives inside the containery, my host stays clean.

    Have to say I never messed with windows containers though.
  • 2
    I dockerize everything and stuff in into kubernetes. I love it.
  • 1
    @ajit555 sounds like a beautiful setup mate.
  • 0
    @MrCSharp Thanks, for managing Kubernetes, I am using Rancher. First I used nothing but command line tools (docker, docker-compose, kubectl) but after a while, a GUI app helps for quick view of the setup. My server host machine (32gb RAM+2tb ssd+second gen i7 processor-4C8T) is Ubuntu and client is Windows 10 home (primarily for VSCode IDE, MobaXTerm ssh client) and WSL-Ubuntu for command line clients.
  • 0
    Soon planning to migrate setup to GCP for advanced networking + multi-host+cloud storage for images+cloud authentication setup.
Add Comment