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

Add run in Docker option? #49

Open
thetwopct opened this issue May 22, 2024 · 2 comments
Open

Add run in Docker option? #49

thetwopct opened this issue May 22, 2024 · 2 comments

Comments

@thetwopct
Copy link
Collaborator

On the TODO group repo a contributor has submitted a PR to run the repo inside a Docker Container todogroup/todogroup.org#467

Do we want to include this in the theme?

Personally I don't feel like it's needed.

@cjyabraham
Copy link
Contributor

It's like adding some complexity to reduce some complexity. Not knowing Docker very well personally, I don't think I'd ever use it.

@shu-mutou
Copy link

The advantages of Docker are as follows:

  • We can build the operating environment in one go with Docker
  • We can separate the development environment and the operating environment with containers

The latter is especially important for developers who have many environments. Mixing components with different versions can cause malfunctions. It's also easy to clean up and rebuild the environment.

Thank you for discussing this!

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

3 participants