An open API service indexing awesome lists of open source software.

https://github.com/relliv/my-docker-files


https://github.com/relliv/my-docker-files

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# my-docker-files

[![EgoistDeveloper my-docker-files](https://preview.dragon-code.pro/EgoistDeveloper/my-docker-files.svg?brand=docker)](https://github.com/EgoistDeveloper/my-docker-files)

My custom docker configurations for various examples projects. Example projects are added to focused subject folder.

## Notes

- Examples mostly `.env` file based but `.env` files can be vulnerability. Because environment variables is not encrypted. So, you should use **[Docker Secrets](https://docs.docker.com/engine/swarm/secrets/)** in production.
- Examples creating only for learning/development purposes. You should configure your working case and production environment.

## Play with Docker

You can test most docker stacks on [PWD](https://labs.play-with-docker.com/). Also you can pass target docker-compose.yml file like with `stack` parameter like as `https://labs.play-with-docker.com/?stack=`.

## Covert Docker Run to Compose

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.

- [composerize](https://www.composerize.com/)