Dockerfile syntax reference Docker Run command Run docker exec -i -t <container id> /bin/bash -i interactive, -t allocate a pseudo-tty -d detach (deamon) --rm remove container Export image You will need to save the Docker image as a tar file:
Then copy your image to a new system with regular file transfer tools such as
PS: You may need to EDIT: You should add filename (not just directory) with -o, for example:
Misc kubernetes https://medium.freecodecamp.org/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882 |