Docker – Setup on Linux

In my opinion, it is the easiest to develop modern applications using Docker. Docker is a tool for creating, deploying, and running applications in so-called “containers”. In this way, you can easily move the application from one device to another (e.g. to the cloud), in case you need this in the future. By approaching thingsContinue reading “Docker – Setup on Linux”