You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2020. It is now read-only.
We could include as part of the wings-base image 2 scripts for loading and saving a domain.
That way the user will just have to type ./save-domains.sh and ./load-domains.sh instead of stopping the tomcat, copying the files, etc.
Likewise, it should be possible to have a script that :
Connects to the terminal of the docker image (e.g., assuming there is only one container running), calls the save script, exits and commits the image.
Starts the new image, connects to it, loads the files on the appropriate folder and restarts the service.