```shell # save first docker save -o ./mongo-test.tar mongo # others load docker load -i ./mongo-test.tar dcoker run -it -p 27017:27017 --name mongo-test mongo bash ``` ## and then can't connect,see images 