Save changes made in a Docker container


3dee

Recommended Posts

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!!

Link to comment
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..

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.