Load the Docker Image
The ASCMO Docker image is provided as a *.tar file and must be loaded before you can run the container.
Load the ASCMO Docker image:
Copy
docker load -i ascmo_image.tar
Verify that the image was loaded:
Copy
docker images
The ASCMO image should appear in the list of available Docker images.