Is there any feature available with devcontainer we can run sh file before creating the dev container? I mean in host system. #587
Answered
by
AlvaroRausell
Riddhirockwell1996
asked this question in
Q&A
-
I am creating development environment and I have docker compose file which is run before dev container created and I want to make it fully automated. So, I dont need to run a command before in host cli and then build a container. |
Beta Was this translation helpful? Give feedback.
Answered by
AlvaroRausell
Jun 12, 2025
Replies: 1 comment 1 reply
-
Hi, the feature docker-outside-of-docker should allow you to use the host's docker socket in the container, effectively achieving what you are looking for I believe. Let me know if that works for you! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Riddhirockwell1996
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the feature docker-outside-of-docker should allow you to use the host's docker socket in the container, effectively achieving what you are looking for I believe. Let me know if that works for you!