Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on Docker #70

Open
3 tasks
endersonmaia opened this issue Sep 4, 2024 · 0 comments
Open
3 tasks

Dependency on Docker #70

endersonmaia opened this issue Sep 4, 2024 · 0 comments

Comments

@endersonmaia
Copy link
Contributor

endersonmaia commented Sep 4, 2024

📚 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:

  1. help build the application root filesystem;
  2. 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.

📈 Subtasks

🎯 Definition of Done

  • not depend on Docker for Sunodo CLI

Issue copied from sunodo/sunodo#367

@tuler tuler changed the title Sunodo CLI dependency on Docker Dependency on Docker Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant