Releases: pitkley/in-container
v1.0.0 - Initial release
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:
- FreeBSD
- Linux
- Windows
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
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"