adduser-space script

This commit is contained in:
2026-02-22 14:00:42 +02:00
parent f3ea2e14d1
commit 44ea1a3071
4 changed files with 7 additions and 11 deletions

View File

@@ -9,8 +9,3 @@ On that server we use podman instead of docker because it's:
## How to use?
Exactly the same as docker, but, obviously, instead of `docker` write `podman`. More documentation find [there](https://podman.io/docs)
Maybe (just maybe) you'll need to run this thing (but I still not ceratin if it's necessary):
```sh
systemctl --user enable --now podman.socket
```