Hi,
I am trying to create a centos image that's big enough for me to install things into it. Here are the steps I'm doing
$ sudo singularity image.create --size 2048 centos.img
Creating empty 2048MiB image file: centos.img
Formatting image with ext3 file system
Image is done: centos.img
$ sudo singularity image.import centos.img docker://centos:latest
tar: Refusing to read archive contents from terminal (missing -f option?)
tar: Error is not recoverable: exiting now
Any advice on what I need to do? I want this image to be writable so I can have the changes persist.
Thanks