Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run docker commands inside the container #237

Open
leander530 opened this issue Jul 6, 2023 · 1 comment
Open

Can't run docker commands inside the container #237

leander530 opened this issue Jul 6, 2023 · 1 comment

Comments

@leander530
Copy link

leander530 commented Jul 6, 2023

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?

@leander530 leander530 changed the title Can't use docker commands inside the container Can't run docker commands inside the container Jul 6, 2023
@PovilasID
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants