63212/how-can-i-install-systemctl-tool-in-docker-container
Hi,
I tried to use systemctl tool in Docker, But the command to install systemctl tool is not working.
$ yum install systemctl
$ bash:systemctl: No such file
I have the rpm in my container, but still I am getting error.
Thank You
Hi@akhtar,
In docker container if you want to install any tool, then you have to give the file path. For systemctl tool you can check first which file provides the tool.
Now you can install systemctl using the below command.
$ yum install /usr/bin/systemctl
Hope this will work.
This is due to a confusion. There ...READ MORE
As far as I know, the CLI ...READ MORE
Here is what you can try. Link for existing ...READ MORE
Hey guys, I was trying to execute few ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
you can run any command in a ...READ MORE
Hi@akhtar, It's correct that the network argument of ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.