You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ y] I have checked that a similar feature request does not already exist.
✍️ Is your feature request related to a problem? Please describe. astro dev start creates its own podman machine instead of allowing you to use an existing one. Sometimes you need to use an existing podman machine based on how it is configured, like user mode networking for example.
🧩 Describe the solution you'd like
Add a CLI flag, such as astro dev start --podman-machine my-existing-machine. Then the astro CLI can find the appropriate socket or pipe and use it, instead of having the using need to set DOCKER_HOST.
🤔 Describe alternatives you've considered
The alternative already exists, which is to set DOCKER_HOST to the location of the podman machine socket or pipe. That requires some knowledge of how to find the socket or pipe and knowledge of how to set an environment variable.
Is your feature request specific to a particular Astronomer Platform?
Astro
Software
[y ] None/Unknown
💡 Additional context
The text was updated successfully, but these errors were encountered:
✍️ Is your feature request related to a problem? Please describe.
astro dev start
creates its own podman machine instead of allowing you to use an existing one. Sometimes you need to use an existing podman machine based on how it is configured, like user mode networking for example.🧩 Describe the solution you'd like
Add a CLI flag, such as
astro dev start --podman-machine my-existing-machine
. Then the astro CLI can find the appropriate socket or pipe and use it, instead of having the using need to setDOCKER_HOST
.🤔 Describe alternatives you've considered
The alternative already exists, which is to set DOCKER_HOST to the location of the podman machine socket or pipe. That requires some knowledge of how to find the socket or pipe and knowledge of how to set an environment variable.
Is your feature request specific to a particular Astronomer Platform?
💡 Additional context
The text was updated successfully, but these errors were encountered: