env variable for nerdctl isn't set
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
after a fresh install via `brew install lima` today
```
asdf@MacBookPro ~ % lima XDG_RUNTIME_DIR=/run/user/501 nerdctl ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
# works
asdf@MacBookPro ~ % lima nerdctl ps
WARN[0000] environment variable XDG_RUNTIME_DIR is not set, see https://rootlesscontaine.rs/getting-started/common/login/
WARN[0000] environment variable XDG_RUNTIME_DIR is not set, see https://rootlesscontaine.rs/getting-started/common/login/
FATA[0000] rootless containerd not running? (hint: use `containerd-rootless-setuptool.sh install` to start rootless containerd): environment variable XDG_RUNTIME_DIR is not set, see https://rootlesscontaine.rs/getting-started/common/login/
# doesn't work
asdf@MacBookPro ~ %
```
Contributor guide
Assessment
This issue has not been assessed yet.