In the Packer Docker Builder, whenever there exists export_path parameter, it does not save the docker container (exports it) to a tar file when in the build section there exists a post-processor docker-import.
Is there a way to build the docker container but also save the filesystem as a tar ball, and have that container as an image for later usage?