Skip to content

Fixed missing events of container creation and added more docker stats

Compare
Choose a tag to compare
@ualex73 ualex73 released this 21 Jun 07:43
· 129 commits to master since this release
799a30f

Added: Docker stats: Containers stopped (@bacco007)
Added: Docker stats: Containers paused (@bacco007)
Added: Docker stats: total images (@bacco007)
Added: Docker event rename, in case of docker-compose up -d <name>
Fixed: Event monitoring (some events where lost), resulted in not monitoring newly created containers
Changed: Monitoring of created containers is delayed, because docker build uses a lot of intermediate containers
Changed: If unix:// is used, it will be replaced with unix:/// (prevent user errors)