-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature: docker in workspacestype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code
Description
At the moment, we still require our workflows to invoke docker-up
to even use Docker. This removes some of the benefits of having "less" to set-up on the workflow, since you still need to manually invoke docker-up
everytime you want to work on a Docker project.
docker-up
as much as possible should be invoked in the background instead of requiring the user to do it manually, since it doesn't make sense to call it from CLI when you expect Gitpod to do it for you.
Metadata
Metadata
Assignees
Labels
feature: docker in workspacestype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code