Skip to content

2.0.0

Compare
Choose a tag to compare
@sebhoss sebhoss released this 30 Jan 18:01

The second release of ilo just landed which contains some breaking changes:

  • ilo run was renamed to ilo shell
  • ilo itself no longer defaults to running shell
  • --command was removed in favor of positional parameters
  • The hostname of a running container is no longer set by default.
  • No longer reads .rc files by default

Apart from that, multiple features were added as well:

  • Support for podman-/docker-compose using ilo compose
  • Support for argument files
  • Allows to specify extra volumes using --volume
  • Allow to specify labels using --label
  • Allow to specify the name of the running container with --name
  • Allow to set the hostname of the running container with --hostname
  • Add --version to show the installed version of ilo
  • Require at least Java 11 instead of Java 13