docker2singularity icon indicating copy to clipboard operation
docker2singularity copied to clipboard

A docker image for converting docker images to singularity images.

Results 8 docker2singularity issues
Sort by recently updated
recently updated
newest added

My Docker images are huge, and I keep getting out of space errors when I try to build with the basic `docker2singularity` commandline. I know I can probably (on my...

Would it be a bad idea to use docker2singularity to build Singularity images from Singularity definition files with `singularity build`? Lightly modifying the example in the [Singularity 3.7 User Guide...

Hi, I was trying to convert a local docker image(xxx.tar) to singularity one, but I got the following error on my linux server. I am new to docker and might...

Running Docker 19.03.5 on macOS 10.14.6. When I run docker2singularity with the following code, everything looks right, but no Singularity image is output anywhere on my system: `docker run \...

When I try to convert the image `uiuccs484parallelprog/cs484_student:latest` from singularityhub, I get this cryptic message: `tar: can't open 'opt/rh/devtoolset-7/enable': Permission denied` I have no idea how to fix this. I...

The way the current script was written, if you have a when you do `singularity run myimage.sif foo bar` and the docker had a CMD defined, the singularity `runscript` will...

Using the following command: ```docker run quay.io/singularity/docker2singularity -f ``` I received the following output: ```docker: error during connect: Post http://docker:2375/v1.39/containers/create: dial tcp: lookup docker on 192.168.65.1:53: no such host.```

help wanted
hacktoberfest

This is a small issue, but we are moving to https://quay.io/repository/singularity/docker2singularity, so I want to update the recipe name to be [instead of](https://github.com/singularityhub/docker2singularity/blob/master/.circleci/config.yml#L54) Deploy to Docker Hub, to "Deploy to...