Skip to content

Commit d5e4353

Browse files
committed
doc: update readme with container engine setup instructions
1 parent 7395870 commit d5e4353

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ 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`.

0 commit comments

Comments
 (0)