Releases: metio/ilo
Releases · metio/ilo
2.2.0
2.1.0
2.0.0
The second release of ilo just landed which contains some breaking changes:
ilo run
was renamed toilo shell
ilo
itself no longer defaults to runningshell
--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 ofilo
- Require at least Java 11 instead of Java 13
1.0.0
The first public release of ilo
. Therefore neither changes nor bugfixes, but rather an initial feature set, that seems to work fine (using podman) and is portable (as portable as podman/docker).
Features
- Start single container
- Specify which image to use
- Specify which command to run