My custom docker configurations for various examples projects. Example projects are added to focused subject folder.
- Examples mostly
.env
file based but.env
files can be vulnerability. Because environment variables is not encrypted. So, you should use Docker Secrets in production. - Examples creating only for learning/development purposes. You should configure your working case and production environment.
You can test most docker stacks on PWD. Also you can pass target docker-compose.yml file like with stack
parameter like as https://labs.play-with-docker.com/?stack=
.
Docker compose, better way to saving, reviewing and sharing docker stacks but most example using Docker Run. We can convert to Compose with alternative tools.