Is it possible to get a docker container to run CentOS 2 inside of it?
I have tried tar’ing up the system and importing it but it says /bin/bash doesnt exist when this is done
any help is much appreciated
Share and learn in the Docker community.
Is it possible to get a docker container to run CentOS 2 inside of it?
I have tried tar’ing up the system and importing it but it says /bin/bash doesnt exist when this is done
any help is much appreciated
Hi,
What do you mean by CentOS 2? and which commands did you execute to get the above error?
Regards
As in the OS CentOS 2.1.
I ran docker run -i -t -d <image id> /bin/bash
That would suggest that your image does not contain a /bin/bash executable. You can only run commands that are in the image.
Cheers!
It is there however, if i browse the tar file i used in the import it is in fact there.