Hi,
i want to export a running docker container and import on a other host.
the base image should be the same on both hosts.
after export a container the make a new image instead of an cloned container or some else.
next if i import on other host, i cant run the image because the metadata are missing
Error response from daemon: No command specified
also no success with save and load - the mysql data are lost.
please help