Skip to content

Version 0.6

Compare
Choose a tag to compare
@shishir-a412ed shishir-a412ed released this 08 Jan 02:12
· 127 commits to master since this release
f6dab34

Release notes:

  • Bind mount ${NOMAD_ALLOC_DIR} into the container.
  • Apply memory cgroups to the container.
  • Add support for CPU shares
  • Add host_dns flag into TaskConfig.
  • Add option to select current working directory (cwd).
  • Improve reliability by fixing issues. More details here
  • Add commandline options so we can get the driver version via commandline via containerd-driver -v. Thanks to @lisongmin for the contribution.
  • support volume_mount in the task. Thanks to @lisongmin for the contribution.
  • Don't run CLA bot on comments.
  • Remove network mbits from example jobs.
  • Add a description for volume_mount stanza.