3dee Posted July 20, 2021 Share Posted July 20, 2021 I installed Java 16 via Console in a docker container which is not supported by Linuxserver anymore (no Updates anymore and support thread closed). After restarting the container the Java Installation is gone. How can I save the installation and keep it after a reboot / restart? Thanks!! Quote Link to comment
primeval_god Posted July 22, 2021 Share Posted July 22, 2021 Look into using docker commit to create a new image from your modified container. 1 Quote Link to comment
3dee Posted July 22, 2021 Author Share Posted July 22, 2021 1 minute ago, primeval_god said: Look into using docker commit to create a new image from your modified container. Okay, so I did root@Tower:~# docker commit 0239d37756ae mcmyadmin2-java16 sha256:6576de23caddfa03f9094079da14bff36234e655bdb0e8db82a57dfb9fd4f13f How do I replace the old one now? Sorry I really am a noob to Docker.. Quote Link to comment
primeval_god Posted July 23, 2021 Share Posted July 23, 2021 Now edit the docker container template and change the image name to mcmyadmin2-java16 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.