I have exported gitlab
container and send it to another server as gitlab.tar
file.
imported container with:
docker import gitlab.tar gitlab
docker images
says:
gitlab latest 432365b4f2fd 9 minutes ago 1.56GB
but when try to run image I got:
docker run -d 432365b4f2fd
:
docker: Error response from daemon: No command specified.
also I tried docker run -d gitlab:latest