Container workgroup: Difference between revisions

imported>Profpatsch
image-tools, runtime-tools
imported>Profpatsch
add links to nixpkgs where packaged
Line 8: Line 8:


* [https://www.opencontainers.org/ opencontainers.org]
* [https://www.opencontainers.org/ opencontainers.org]
** [https://github.com/opencontainers/runc runc]: spawn and run OCI containers
** [https://github.com/opencontainers/runc runc]: spawn and run OCI containers (nixpkgs: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/virtualization/runc/default.nix runc])
** [https://github.com/opencontainers/image-spec image-spec]: container image specification
** [https://github.com/opencontainers/image-spec image-spec]: container image specification
** [https://github.com/opencontainers/runtime-spec runtime-spec]: container runtime specification
** [https://github.com/opencontainers/runtime-spec runtime-spec]: container runtime specification
Line 14: Line 14:
** [https://github.com/opencontainers/runtime-tools runtime-tools]: tools for working with the runtime-spec
** [https://github.com/opencontainers/runtime-tools runtime-tools]: tools for working with the runtime-spec
* [https://www.projectatomic.io/ projectatomic.io]
* [https://www.projectatomic.io/ projectatomic.io]
** [https://github.com/projectatomic/skopeo skopeo]: modify and inspect images on registries
** [https://github.com/projectatomic/skopeo skopeo]: modify and inspect images on registries (nixpkgs: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/skopeo/default.nix skopeo])
** [https://github.com/projectatomic/buildah buildah]: build/generate OCI images
** [https://github.com/projectatomic/buildah buildah]: build/generate OCI images