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
Docker is a complex software that brings a lot of value, but also a lot of problems to end-users. Different installation methods have different nuances. We like to recommend Docker Desktop to all users, but some of them do not use for one reason or another.
The CLI uses Docker for two different things:
help build the application root filesystem;
execute binaries during application build and node execution that are not available in the host system
✔️ Solution
To reduce or completelly eliminate the dependency on Docker, the two use cases above must be addressed.
The issues below follow them independently.
📚 Context
Docker is a complex software that brings a lot of value, but also a lot of problems to end-users. Different installation methods have different nuances. We like to recommend Docker Desktop to all users, but some of them do not use for one reason or another.
The CLI uses Docker for two different things:
✔️ Solution
To reduce or completelly eliminate the dependency on Docker, the two use cases above must be addressed.
The issues below follow them independently.
📈 Subtasks
🎯 Definition of Done
The text was updated successfully, but these errors were encountered: