Can features launch its own container? #172
SiegfredRodriguez
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can features launch its own container?
Digging around the documentation, there seems to be no way of doing so, if so, is there a plan to add it?
I just find it strange that the features need to know/assume alot about the main container,
i.e. A Postgresql feature needs to guess whether which package manager or CLI is available to the main container,
because it has to install the potgresql instead of running a DB container, i am aware of DIND and DOOD, but those somehow feel insecure and also assume either privileged mode or that the host socket is mounted.
Beta Was this translation helpful? Give feedback.
All reactions