September 10, 20169 yr Hay there i managed to get AMP (https://hub.docker.com/r/othrayte/amp/) working on my unraid server but when i try to run a Minecraft Modded server it spits out http://pastebin.com/RJmNvbcz i know im on openjava 1.7 but i cant figure out how to update openjava (onless i need to do it on unraid or the docker) any advice ?
September 10, 20169 yr Author how would i go around doing that ? would i need to make a new docker with java on and point the AMP to that ?
September 10, 20169 yr Community Expert You would need to create a new AMP docker with the java version you want. Or you could go to the command line and docker exec -it <dockername> /bin/bash that would give you an interactive command line within the docker. Then from there you could download and install the new java. Note however that if you ever reinstalled or tried to update that docker you would be back to whatever version the docker author gave you.
September 10, 20169 yr Author You would need to create a new AMP docker with the java version you want. Or you could go to the command line and docker exec -it <dockername> /bin/bash that would give you an interactive command line within the docker. Then from there you could download and install the new java. Note however that if you ever reinstalled or tried to update that docker you would be back to whatever version the docker author gave you. thanks for that having issue though cant install openjdk8 as i cant get permision to write to docker container (when i use wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u101-b13/jdk-8u101-linux-i586.tar.gz" it just spits out permision denined and cant seem to switch to root or use su or use Sudo any advice ?
August 16, 20178 yr Hi guys, Ive installed "CrushFTP" docker and when im in UI it tells me to update java (see pic) i tried to go to unraid dir and copy the file...but not able to. Even ive realised that on unraid is version 7 and 8 is already out. Or is it Java in docker? How should i upgrade it? Thanks!
August 16, 20178 yr Community Expert This is purely a docker issue with the particular docker you are trying to use.. There is no Java installed at the unRAID level.
August 16, 20178 yr the 2nd picture its from Unraid root folder, so something its there... Anyway how to upgrade the one in docker?
August 17, 20178 yr Community Expert 3 hours ago, killeriq said: the 2nd picture its from Unraid root folder, so something its there... Anyway how to upgrade the one in docker? Not in my unRAID root folder. You must have some plugin installing it. You can access the command line inside any docker like this:
Archived
This topic is now archived and is closed to further replies.