docker-tinycore icon indicating copy to clipboard operation
docker-tinycore copied to clipboard

Fails to install software inside the image

Open cristim opened this issue 7 years ago • 2 comments

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?

cristim avatar Jul 14 '17 23:07 cristim

What's version of image did you try?

tatsushid avatar Jul 15 '17 04:07 tatsushid

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.

cristim avatar Jul 15 '17 06:07 cristim