Skip to content

Commit

Permalink
containerd-rootless-setuptool.sh: deflake RootlessKit error
Browse files Browse the repository at this point in the history
Workaround for rootless-containers/rootlesskit#242 (comment)

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Mar 20, 2021
1 parent 18bfdd0 commit cca8af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extras/rootless/containerd-rootless-setuptool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ cmd_entrypoint_check() {
if ! rootlesskit \
--net=slirp4netns \
--disable-host-loopback \
--port-driver=builtin \
--copy-up=/etc --copy-up=/run --copy-up=/var/lib \
true; then
ERROR "RootlessKit failed, see the error messages and https://rootlesscontaine.rs/getting-started/common/ ."
Expand Down

0 comments on commit cca8af8

Please sign in to comment.