Skip to content

Commit

Permalink
fix: added /usr/sbin to PATH, otherwise dockerd won't start
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 11, 2025
1 parent cbd1775 commit eaf929e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clt_tests/tests/base/init.recb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
––– input –––
export PATH=$PATH:/usr/sbin
––– output –––
––– input –––
(dockerd > /var/log/dockerd.log 2>&1 &) > /dev/null
––– output –––
––– input –––
Expand Down

0 comments on commit eaf929e

Please sign in to comment.