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