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"