Small collection of scripts and information related to containerization and development for docker and k8s.
- Deploy docker compose to docker desktop -> 'docker compose up -d'
- Create network cmd -> 'docker network create default_network'
https://docs.docker.com/reference/cli/docker/