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
In order to use docker during a prebuild, we need to run docker-up which is a non terminating process.
Would be good to come up with a simple solution instead of having everyone hacking this by manually stopping the docker service when done.
The text was updated successfully, but these errors were encountered:
Alternatively, we could provide a "background" task type that gets run before everything else, and gets stopped just before the workspace shuts down (after a potential future teardown hook).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In order to use docker during a prebuild, we need to run
docker-up
which is a non terminating process.Would be good to come up with a simple solution instead of having everyone hacking this by manually stopping the docker service when done.
The text was updated successfully, but these errors were encountered: