You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker pull command is docker pull quay.io/cosmoscloud/ubuntu-gnome, so I guess the Singularity pull command may be singularity pull docker://quay.io/cosmoscloud/ubuntu-gnome. But I received an error when trying to run this command to download:
FATAL: While making image from oci registry: error fetching image to cache: failed to get checksum for docker://quay.io/cosmoscloud/ubuntu-gnome: reading manifest latest in quay.io/cosmoscloud/ubuntu-gnome: manifest unknown
What do I do to download this Docker container as a Singularity container? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Docker container I want to download is here: https://quay.io/repository/cosmoscloud/ubuntu-gnome?tab=info
The Docker pull command is
docker pull quay.io/cosmoscloud/ubuntu-gnome
, so I guess the Singularity pull command may besingularity pull docker://quay.io/cosmoscloud/ubuntu-gnome
. But I received an error when trying to run this command to download:What do I do to download this Docker container as a Singularity container? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions