This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 04 Jan, 2018 1 commit
  2. 12 Dec, 2017 1 commit
  3. 06 Dec, 2017 1 commit
  4. 30 Nov, 2017 1 commit
  5. 29 Nov, 2017 1 commit
  6. 16 Nov, 2017 1 commit
  7. 14 Nov, 2017 1 commit
  8. 13 Nov, 2017 1 commit
  9. 10 Nov, 2017 1 commit
  10. 31 Oct, 2017 1 commit
  11. 25 Oct, 2017 2 commits
  12. 23 Oct, 2017 1 commit
  13. 21 Oct, 2017 1 commit
  14. 19 Oct, 2017 1 commit
  15. 17 Oct, 2017 1 commit
  16. 16 Oct, 2017 1 commit
  17. 12 Oct, 2017 1 commit
  18. 10 Oct, 2017 1 commit
  19. 09 Oct, 2017 1 commit
  20. 06 Oct, 2017 1 commit
  21. 25 Sep, 2017 1 commit
  22. 20 Sep, 2017 1 commit
    • Lasse Dalegaard's avatar
      Expose rkt DriverNetwork · bdfd8d88
      Lasse Dalegaard authored
      Currently the rkt driver does not expose a DriverNetwork instance after
      starting the container, which means that address_mode = 'driver' does
      not work.
      
      To get the container network information, we can call `rkt status` on
      the UUID of the container and grab the container IP from there.
      
      For the port map, we need to grab the pod manifest as it will tell us
      which ports the container exposes. We then cross-reference the
      configured port name with the container port names, and use that to
      create a correct port mapping.
      
      To avoid doing a (bad) reimplementation of the appc schema(which rkt
      uses for its manifest) and rkt apis, we pull those in as vendored
      dependencies. The versions used are the same ones that rkt use in their
      glide dependency configuration for version 1.28.0.
      bdfd8d88
  23. 19 Sep, 2017 2 commits
  24. 13 Sep, 2017 4 commits
  25. 11 Sep, 2017 1 commit
  26. 08 Sep, 2017 2 commits
  27. 07 Sep, 2017 1 commit
  28. 05 Sep, 2017 3 commits
  29. 04 Sep, 2017 1 commit
  30. 01 Sep, 2017 1 commit
  31. 31 Aug, 2017 2 commits