As far as I know, you can start a docker container with the same version and the same volumes and you should be able to just continue.
Is this after you've started the clearML server that you can't find the experiments?
I restarted but now I have blank dashboard
If you're looking for what docker volumes were used, that's in the docker compose file:
https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml
I guess that the container was destroyed with the data. is there any auto backup? mapping for local storage?
do you know if I can restore the same container?
I updated the docker-compose and it fixed, thanks