What is the recommended way to update Docker Containers #2256
Replies: 2 comments 1 reply
-
|
@RobertMiller-KR2 did you use docker compose and separate volumes for project storage? In the docker compose file you just update the tag to which version or use latest tag. To update you need to stop the container and remove the old image and then bring up the container to pull the newest image from docker or it will just use the stored image on your local system If you are planning to use on desktop you could just use the electron packaged version your system https://github.com/frangoteam/FUXA/actions/workflows/electron_latest.yml Just download the artifact such as the exe, dmg, appimage etc the electron app allows you to save and open your project anywhere as it has built in file management Note: even with the electron app running you can still access via web browser using the pc ip and fuxa port |
Beta Was this translation helpful? Give feedback.
-
|
@RobertMiller-KR2 you can use docker compose for the pro version. But there are no electron app etc I have also added headless binary you just run for systems with less resources such as embedded devices. I will talk to @unocelli about adding the workflow to the pro version and a place to download the builds from with a user login |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created my system using the Docker Image in Docker Desktop, what is the best way to keep it updated with the latest version without loosing any of the project?
Beta Was this translation helpful? Give feedback.
All reactions