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

Provide information on workspace project container image requirements #452

Open
vedranjukic opened this issue May 2, 2024 · 5 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@vedranjukic
Copy link
Member

Is your feature request related to a problem? Please describe.
We don't have any info on the requirements for the custom workspace project container image.

Describe the solution you'd like
We need to list the requirements for the custom workspace project container image.
That information should be available in the docs as well.

@vedranjukic vedranjukic added the enhancement New feature or request label May 2, 2024
@vedranjukic vedranjukic self-assigned this May 2, 2024
@vedranjukic
Copy link
Member Author

Minimum requirements:

Linux OS: Alpine or Ubuntu

Required dependencies:

sudo
bash
curl

@ivan-burazin
Copy link
Member

ivan-burazin commented May 6, 2024 via email

@vedranjukic
Copy link
Member Author

Not a requirement, but you would probably want to install it as well.

@metcalfc
Copy link
Member

metcalfc commented May 7, 2024

@vedranjukic @gdraganic Anything special to make Docker work other then install the package?

@Tpuljak
Copy link
Member

Tpuljak commented May 7, 2024

@vedranjukic @gdraganic Anything special to make Docker work other then install the package?

Not really. Our default image (daytonaio/workspace-project) has docker and the only "requirement" is to have the post-start command set to sudo dockerd to get it running in the background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants