nspawn-oci
OpenContainer runtime bundle wrapper around systemd-nspawn
File Explorer
- nspawn.go
- nspawn_test.go
- test.json
- bundle.go
- spec.go
- spec_test.go
- LICENSE
- main.go
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
go get
View Details ▼
go get
Add a dependency package, or download packages in legacy GOPATH mode.
Note: `./...` is a Go package pattern understood by Go tooling. It matches the current package and all packages recursively under the current directory.
go get {{example.com/pkg}}
Add a specified package to `go.mod` in module-mode or install the package in GOPATH-mode:
go get {{example.com/pkg}}@{{v1.2.3}}
Modify the package with a given version in module-aware mode:
go get {{example.com/pkg}}@{{none}}
Remove a specified package:
skopeo
View Details ▼
skopeo
Container image management toolbox.
Provides various utility commands to manage remote container images.
skopeo inspect docker://{{registry_hostname}}/{{image:tag}}
Inspect a remote image from a registry:
skopeo list-tags docker://{{registry_hostname}}/{{image}}
List available tags for a remote image:
skopeo copy docker://{{registry_hostname}}/{{image:tag}} dir:{{path/to/directory}}
Download an image from a registry:
