Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.
Poco won't propagate the exported GID and UID env vars to the started docker compose process makes it impossible to mount a volume using the defined user by GID and UID.
Other arbitrary export environmental variables gets exported to the process except for the GID and UID. Those variables mysteriously during poco up.
This is a quick workaround to add them back again.
Poco won't propagate the exported GID and UID env vars to the started docker compose process makes it impossible to mount a volume using the defined user by GID and UID.
Other arbitrary export environmental variables gets exported to the process except for the GID and UID. Those variables mysteriously during poco up.
This is a quick workaround to add them back again.