Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ajit55518886yIn 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. -
Ederbit7386yI 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. -
ajit55518886y@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.
-
ajit55518886ySoon planning to migrate setup to GCP for advanced networking + multi-host+cloud storage for images+cloud authentication setup.
Related Rants
What's your experiences with Docker?
question
windows
docker
containers
asp.net