docker-tinycore
docker-tinycore copied to clipboard
Fails to install software inside the image
I'd like to install some tools inside the container started based on this image but I'm failing at it.
The software can be downloaded and installed but fails to be loaded into the current image.
tc@abd4d07279b1:~$ tce-load -il gcc.tcz
mount: permission denied (are you root?)
tc@abd4d07279b1:~$ sudo tce-load -il gcc.tcz
Don't run this as root.
Any thoughts?
What's version of image did you try?
I am running 8.0 for x86.
But I noticed that the tce-load -wic
is working fine after fixing the ownership of a directory reported in an error message, so I think just doing that on the Docker image should be enough.