The personal experience transformed into a tutorial
Beginner-friendly introduction to DevOps with Docker on Windows
I decided to keep my new laptop clean. Don’t want to install any DB, framework, or DevOps software. And then I found out about Docker and how easy it is to work with it. This introduction follows my first steps and the reason for implementing a development environment based on Docker Compose.
Published in
11 min readNov 14, 2021
Overview
1. Introduction
|
2. Installing Docker-Desktop
|
3. Now I need something
|
4. Weird Problems...
|
5. Finally start doing stuff
|
6. Make my Dev-Env work!
|
7. THE DEV ENV IS FINALLY READY!
|
8. Closing Notes
1. Introduction
A while ago I got a new laptop. I decided to keep it clean and don’t want to install every DB, framework, or any other thing on it. So I was working on a nice solution for this purpose. At first, I had a look at vagrant because I already know it…
It is nice and I can do many things with it. So I start using it again. BUT the problem was that I cannot convert easily from development to production. Now I got a problem and I…