Skip to content

v1.0.0 - Initial release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 19:17
1.0.0
edf4fe2

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"