I accidentally removed a docker container. docker rm blablabla
Before I did so I created a json config file with docker container inspect blablabla output.json
Is there a way to recreate/rerun this with the json file?
Also this was a Postgres container. Does it mean I lost all my data?