daytona
daytona copied to clipboard
Provide information on workspace project container image requirements
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.
Minimum requirements:
Linux OS: Alpine
or Ubuntu
Required dependencies:
sudo
bash
curl
Git?
On Mon, May 6 2024 at 4:41 PM, Vedran Jukic < @.*** > wrote:
Minimum requirements:
Linux OS: Alpine or Ubuntu
Required dependencies:
sudo bash curl
— Reply to this email directly, view it on GitHub ( https://github.com/daytonaio/daytona/issues/452#issuecomment-2096199533 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/ACVMHODIV27VZJEAHKRPS2DZA6JBHAVCNFSM6AAAAABHDJ6EECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJWGE4TSNJTGM ). You are receiving this because you are subscribed to this thread. Message ID: <daytonaio/daytona/issues/452/2096199533 @ github. com>
Not a requirement, but you would probably want to install it as well.
@vedranjukic @gdraganic Anything special to make Docker work other then install the package?
@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.