Swarm Launcher Versions Save

A docker image to allow the launch of container in docker swarm, with options normally unavailable to swarm mode

v0.14.0

3 years ago

Highlights

Add LAUNCH_EXT_NETWORKS_IPV4 that allows setting fixed IP addresses to containers attaching to existing networks (#26)

Changelog

  • 615db94 Fix the network block definition for LAUNCH_EXT_NETWORKS_IPV4
  • 26fbed7 Improve documentation about LAUNCH_EXT_NETWORKS_IPV4
  • bb71cee #26: Ensure the same style is used consistently
  • c53241d Add LAUNCH_EXT_NETWORKS_IPV4
  • 0ca38d8 Deprecate LAUNCH_IPV6_ADDRESS and LAUNCH_NETWORKS fix
  • 7d478fc Add LAUNCH_IPV4_ADDRESS and LAUNCH_IPV6_ADDRESS

v0.13.3

3 years ago
  • 30c6b1f Bump ix.ai/docker-compose from 1.28.0 to 1.28.2

v0.13.2

3 years ago
  • 483ef38 Update docker-compose from 1.27.4 to 1.28.0

v0.13.1

3 years ago

Changelog

  • 56afc6a Ensure that the service name is a string
  • 9db7847 Minor cosmetic fixes to Dockerfile
  • 51eb20e Upgrade compose file format to v3.8
  • 80e7c05 Add architectures to README.md

v0.13.0

3 years ago

Changelog

  • 84c0496 Add LAUNCH_EXTRA_HOSTS
  • 2307b74 Add LAUNCH_ULIMITS

v0.12.0

3 years ago

Highlights

  • e9b919e #25: Add LAUNCH_PID_MODE to support pid: host (thanks @dasos)

Full Changelog

  • e9b919e #25: Add LAUNCH_PID_MODE to support pid: host
  • 29f1b2e Change from docker hub registry to registry.gitlab.com
  • 43acfa4 Bump ixdotai/docker-compose from 1.27.3 to 1.27.4
  • c6fe3c9 [Docs] Add link to second blog article
  • 95c0d0c [Doc] Fixes the documentation default for LAUNCH_PROJECT_NAME

v0.11.1

3 years ago
  • 3bebfd1 Bump ixdotai/docker-compose from 1.27.2 to 1.27.3

v0.11.0

3 years ago
  • 10321dd Change the default project name from swarm-launcher to random
  • 4771f13 Bump ixdotai/docker-compose from 1.27.1 to 1.27.2

v0.10.1

3 years ago
  • 1c9986d Bump ixdotai/docker-compose from 1.25.5 to 1.27.1

v0.10.0

3 years ago

Changelog

  • 04e333f Add LAUNCH_HOSTNAME (@LDAP )