Install Docker
This whole project is all using a Docker platform environment. Docker is a product that uses OS-level virtualization to deliver software in packages called containers. Basically, Docker allows developers to isolate their app from its environment which means it allows our app to work in different machines.
Install the following prerequisites
2. Download and install Docker
3. Add the Docker group if it doesn't already exist
4. Add the connected "$USER" to the docker group
5. To test, try this:
Last updated