https://github.com/relliv/my-docker-files
https://github.com/relliv/my-docker-files
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relliv/my-docker-files
- Owner: relliv
- License: mit
- Created: 2021-09-06T19:19:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T00:23:25.000Z (over 1 year ago)
- Last Synced: 2025-01-04T07:57:51.346Z (5 months ago)
- Language: PHP
- Size: 434 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-docker-files
[](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/)