PC-less DevOps setup, main goal is to migrate completely from local terminal to remote.
You can try it yourself just click on button below and you will get my whole dev experience.
There are three main reasons:
-
Docker Desktop
Running Docker on Mac OS or Windows is pain, not to mention new licencing policy. With remote development this is not the case as we use native docker on linux.
-
Environment setup
With defined remote environment we are guaranteed that migrating to new machine will not lead to lost setup.
-
Work everywhere
With remote environment we can use slower devices like tablets without caring on platform performance and architecture.
Currently I have choosen Gitpod as best balance of UX, OSS and cost.
This repo is my OSS environment with all configuration and tools I need. For specific clients I will use their respective private repositories forked from this repo.
Whole environment is based on https://github.com/Container-Driven-Development/Oppidum-DevOps-Blueprint but you can use your custom container image or stick with Gitpod defaults.