I'm working on a Node/Mongo project in Docker and I'm having some trouble starting it in a certain way.
docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
projectName latest 4adabfbf53f9 16 minutes ago 2.99GB
mongo latest a0f922b3f0a1 4 days ago 366MB
node latest aa3e171e4e95 2 weeks ago 673MB
I'd like to be able to save these images to a tar file and load them onto another machine. Once they're loaded, running docker-compose up fails with an error about not being able to find a config file.
Is there a way save/load Docker images like this?