Skip to content

Rootless 1#54

Open
mcpolo99 wants to merge 19 commits intoindifferentbroccoli:mainfrom
mcpolo99:Rootless_1
Open

Rootless 1#54
mcpolo99 wants to merge 19 commits intoindifferentbroccoli:mainfrom
mcpolo99:Rootless_1

Conversation

@mcpolo99
Copy link

@mcpolo99 mcpolo99 commented Feb 22, 2026

added rootless running
added CRLF fix for modify on windows (.sh fiels)
added gosu (su but for containers, avoids spawn an extra shell layer )
added some docs

Manual testing works in a rootless environment but i were not able to make a task runner for testing.
The tests i did was simply install a vms , linux - rootfull , linux-rootless, and a windows machine.
i were able in all run these commands :

windows :
docker compose -f .\Docker\docker-compose.dev.yml build --no-cache
linux :
docker compose -f ./Docker/docker-compose.dev.yml build --no-cache

run long lived container

Windows

docker compose -f .\Docker\docker-compose.dev.yml up

Linux

docker compose -f ./Docker/docker-compose.dev.yml up

and i could in all setup a server without any issues.

@mcpolo99
Copy link
Author

mcpolo99 commented Feb 22, 2026

#14

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

Successfully merging this pull request may close these issues.

1 participant