Skip to content

Releases: Oppodelldog/droxy

OS Specific configs

11 Sep 16:24
Compare
Choose a tag to compare

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

12 May 12:16
Compare
Choose a tag to compare
  • 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

09 Dec 09:14
Compare
Choose a tag to compare
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

18 Nov 11:09
8ee8a42
Compare
Choose a tag to compare

Reuse of running containers

25 Oct 14:41
Compare
Choose a tag to compare
v0.5.0

fix release script

Daemon flag and labeled containers

22 Jul 10:37
Compare
Choose a tag to compare

Daemon Flag
Start container in background:

isDaemon = true

Labeld Containers
every container run with droxy gets a label "droxy"

Links are good

27 Jun 21:09
b1a65f3
Compare
Choose a tag to compare

the "docker run --link" parameter is awesome and easy to use. go for it with droxy v0.3.0

Spring is coming

25 Mar 16:44
Compare
Choose a tag to compare
  • 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

21 Feb 18:24
00c0a85
Compare
Choose a tag to compare
v0.1.0

added script to build releases (#32)