Releases: Oppodelldog/droxy
Releases · Oppodelldog/droxy
OS Specific configs
With this version command configs may be selected depending on the OS they are used.
This helps to deal with the little details that come up when running containers on different OS.
Enhances templating and bring a bit more convenience
- Arrays like volumes can now be merged with template config
- when working directory exists on host and auto-mouting option is active, working directory will automatically be mounted
do not attach streams when detached
do not attach to streams in deteched mode or when not interactive rename isDaemon to "isDetached" to align with docker parameter name.
fix docker exec argument version constaints
Reuse of running containers
v0.5.0 fix release script
Daemon flag and labeled containers
Daemon Flag
Start container in background:
isDaemon = true
Labeld Containers
every container run with droxy gets a label "droxy"
Links are good
the "docker run --link" parameter is awesome and easy to use. go for it with droxy v0.3.0
Spring is coming
- per default do not panic if envvar is not set
- enabled replacement of cli arguments
- enabled appending of custom cli arguments
- fixed confusion between CMD and ENTRYPOINT
First Release
v0.1.0 added script to build releases (#32)