daytona icon indicating copy to clipboard operation
daytona copied to clipboard

Provide information on workspace project container image requirements

Open vedranjukic opened this issue 9 months ago • 5 comments

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 avatar May 02 '24 09:05 vedranjukic

Minimum requirements:

Linux OS: Alpine or Ubuntu

Required dependencies:

sudo
bash
curl

vedranjukic avatar May 06 '24 14:05 vedranjukic

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>

ivan-burazin avatar May 06 '24 14:05 ivan-burazin

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

vedranjukic avatar May 06 '24 14:05 vedranjukic

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

metcalfc avatar May 07 '24 02:05 metcalfc

@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.

Tpuljak avatar May 07 '24 06:05 Tpuljak