Skip to main content

Posts

Showing posts from February, 2022

Docker setup

  GETTING STARTED These instructions will get automated environment setup and running on your local machine. Prerequisites What things you need to install the software according to your OS: Windows: Please install Docker Desktop and configure WSL2, a step by step guide given in the following link. https://docs.docker.com/desktop/windows/install/ OR https://www.digitalocean.com/community/tutorials/how-to-install-the-windows-subsystem-for-linux-2-on-microsoft-windows-10 MacOS: Please install Docker Desktop and configure WSL2, a step by step guide given in the following link. https://docs.docker.com/desktop/mac/install/ Ubuntu: I nstall using the repository Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: sudo apt-get update sudo apt-get...