Skip to content

Releases: pitkley/in-container

v1.0.0 - Initial release

17 Jul 19:17
1.0.0
edf4fe2
Compare
Choose a tag to compare

Summary

This is the initial release of in-container, an application and library that allows you to check if you are running within a container or not.

This release supports the following operating systems and container runtimes:

Installation

Choose one of these options to install in-container:

  • Download one of the pre-built binaries attached to this release matching your operating system.

  • Use Cargo to install the binary using cargo install in-container.

  • Use it as a dendency in your Rust application/library:

    [dependencies]
    in_container = "1.0.0"

v1.0.0-rc.2

17 Jul 18:56
1.0.0-rc.2
e23ad91
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

Summary

Initial release supporting Docker, Jails, LXC, and systemd-nspawn on FreeBSD, Linux and Windows.
Includes both a binary which you can simly drop into your environment, but is also a library that you can consum from other Rust applications or libraries.

Installation

Choose one of these options to install in-container:

  • Download one of the pre-built binaries attached to this release matching your operating system.

  • Use Cargo to install the binary using cargo install in-container.

  • Use it as a dendency in your Rust application/library:

    [dependencies]
    in_container = "1.0.0-rc.2"