Docker Compose inline configuration file

You know I am the big fan of docker compose (fig 😸). I am the advanced user in compose and swarm. Deployed swarm based cluster for different product and its handles millions of request every day. The requirement Here is the example about how we...

comments

Install Docker, Compose and Buildx Manually

In this article, Install the docker binary manually. The setup compose and buildx. So that docker buildx or docker compose (There is a space after docker) command will work as like any other installation. These can be used install docker with in...

comments

Setup docker and tools

Guide to install and configure docker and related tools. Install Docker Installing docker on any bash systems. curl -sSL https://get.docker.com/ | sh sudo usermod -aG docker ${USER} Docker Tools Docker compose To install docker-compose...

comments

Docker container for TOR with Privoxy

I released a docker container for TOR with Privoxy bundled together. Earlier I wrote a script (Tor Installer) to setup the TOR and Privoxy environment in a linux system. But docker is the correct tool to setup these kind of environment. Hope you...

comments