If you want to copy the application image to another computer that has Docker installed and run it there:
docker save -o generated-tar-file-path image-name
For example:
docker save -o win_10.5.0_x64_app.tar microfocus/extend-app:win_10.5.0_x64
docker load -i image-tar-file-path
For example:
docker load -i win_10.5.0_x64_app.tar