-
|
I haven't found any information whether (and how) it's possible to run sws in a Docker container as non-root. Is it? If so, how can I enable it? |
Beta Was this translation helpful? Give feedback.
Answered by
joseluisq
Sep 9, 2025
Replies: 1 comment 2 replies
-
|
We do not provide a non-root Docker image (but probably will in the future). However, it is not something complicated and there are several ways.
Additionally, if you want to deploy SWS in bare metal, you probably want to sandbox SWS via systemd: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
joseluisq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We do not provide a non-root Docker image (but probably will in the future). However, it is not something complicated and there are several ways.
Below are some examples.
Additionally, if you want to deploy SWS in bare metal, you probably want to sandbox SWS via systemd:
https://static-web-server.net/features/file-descriptor-socket-passing/