sif

module
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2019 License: BSD-3-Clause

README

The Singularity Image Format (SIF)

GoDoc Build Status Code Coverage Go Report Card

SIF is an open source implementation of the Singularity Container Image Format that makes it easy to create complete and encapsulated container enviroments stored in a single file.

SIF Image

Unless otherwise noted, the SIF source files are distributed under the BSD-style license found in the LICENSE.md file.

Download and Install From Source

To get the sif package to use directly from your programs:

go get -u github.com/sylabs/sif/pkg/sif

To get the siftool CLI program installed to $GOPATH/bin to manipulate SIF container files:

mkdir -p $GOPATH/src/github.com/sylabs
cd $GOPATH/src/github.com/sylabs
git clone https://github.com/sylabs/sif
cd sif
./build.sh
Contributing

SIF and Singularity is the work of many contributors. We appreciate your help!

To contribute, please read the contribution guidelines: CONTRIBUTING.md

Directories

Path Synopsis
cmd
siftool command
Siftool is a program for Singularity Image Format (SIF) file manipulation.
Siftool is a program for Singularity Image Format (SIF) file manipulation.
internal
pkg
sif
Package sif implements data structures and routines to create and access SIF files.
Package sif implements data structures and routines to create and access SIF files.
siftool
Package siftool implements cobra.Command structs for the siftool functionality.
Package siftool implements cobra.Command structs for the siftool functionality.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL