alseambusher / crontab-ui

Easy and safe way to manage your crontab file
https://lifepluslinux.blogspot.com/2015/06/crontab-ui-easy-and-safe-way-to-manage.html
MIT License
2.84k stars 475 forks source link

Can't run docker commands inside the container #237

Open leander530 opened 1 year ago

leander530 commented 1 year ago

Hi, I deployed with the docker image, it can't run docker commands inside the container, Even if already used below parameters to run the docker: -v /var/run/docker.sock:/var/run/docker.sock \ -v /usr/bin/docker:/usr/bin/docker \

The error says ‘/bin/ash: docker: not found’, Is there any way to solve it?

PovilasID commented 1 year ago

It's because docker CLI is not installed on the container you can do it yourself by entering the container and adding it or I made a fork that includes it. https://github.com/PovilasID/crontab-ui-docker

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.