-
Notifications
You must be signed in to change notification settings - Fork 0
Reminder
Laurent Escalier edited this page Nov 11, 2017
·
1 revision
- Licence is kept as is (MIT, GPL, LGPL...)
- If not stated otherwise, all data is public
- Proprietary and Private data are in docker persistant volume
- When possible, we use docker compose to create complex application based on multiple services (mysql, php, xwindows, inc)
When container is designed to be used as a service (swarn):
- we use docker secret for sensitive data (password, ssh keys...)
- we use docker configs for non-sensitive data (configuration data...)