Replies: 1 comment 2 replies
-
|
DDEV's ddev-dbserver does not ship with sudo for security reasons, but you can add it (and it's preconfigured) if you use You can also get into most containers with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While reading the docs about how to customize my ddev containers, I saw this:
The web image ships with
sudoso this is certainly doable there. But what about the db container?Ok. Same thing happens even when accessing the container directly via docker:
So there doesn't really seem to be any way to experiment with extending or customizing this container. Is the lack of sudo an oversight or a result of default security models on a database container?
Beta Was this translation helpful? Give feedback.
All reactions