Skip to content

Commit df68453

Browse files
Merge pull request #28 from schedkit/readme-improvements-podman-containerd
doc: update readme with container engine setup instructions
2 parents bd719cd + 6539839 commit df68453

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,28 @@ sudo zypper in schedctl
1818
paru -S schedctl
1919
```
2020

21+
## Container engine setup
22+
23+
### Podman
24+
25+
In case you want to use Podman as your container engine of choice, you need to start the Podman socket to make sure `schedctl` can connect to it.
26+
27+
```sh
28+
sudo systemctl start podman.socket
29+
```
30+
31+
### containerd
32+
33+
In case you want to use containerd as your container engine of choice, you just need to start the service.
34+
35+
```sh
36+
sudo systemctl start containerd
37+
```
38+
2139
## Usage
2240

2341
Starting and stopping a scheduler using schedctl is trivial. Just identify the scheduler you want to run using `schedctl list` and then operate it using `schedctl start` and `schedctl stop`.
2442

2543
Simple as that. The tool will take care of downloading the scheduler and start the binary inside it.
44+
45+
**Since containerized schedulers require extended capabilities, it's very likely that you'll need to run `schedctl` as root.**

0 commit comments

Comments
 (0)