Skip to content

Commit

Permalink
Remove doc reference to "import -t" (for now)
Browse files Browse the repository at this point in the history
It is currently broke due to 'set -u' and on testing, I can't seem
to get it working properly based on the docs/help:

$ sudo singularity import -t docker ubuntu /tmp/Moo.img
ERROR: No Docker image specified (with --file)

So to work around the problem and not delay the release, I am hiding
the feature so we can still debug and fix, but not delay release on
a broken feature.
  • Loading branch information
gmkurtzer committed Jul 28, 2016
1 parent 4f50434 commit 90f4aee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libexec/cli/import.help
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ note: This command must be executed as root.
IMPORT OPTIONS:
-f/--file Use an input file instead of a pipe for tar, or
name an image of the specified format to import
-t/--type Source type ('tar' or 'docker', default: tar)
--command Replace the tar command (DEFAULT: 'tar xvf -')

EXAMPLES:
Expand All @@ -39,11 +38,6 @@ EXAMPLES:
$ sudo singularity import -f Debian.tar /tmp/Debian.img
$ docker export [container] | sudo singularity import [container].img

Converting a Docker Fedora image:

$ sudo singularity import -t docker fedora /tmp/fedora.img


For additional help, please visit our public documentation pages which are
found at:

Expand Down

0 comments on commit 90f4aee

Please sign in to comment.