1. 03 Eki, 2016 1 kayıt (commit)
  2. 07 Eyl, 2016 1 kayıt (commit)
  3. 25 Agu, 2016 1 kayıt (commit)
  4. 15 Agu, 2016 1 kayıt (commit)
  5. 01 Agu, 2016 1 kayıt (commit)
  6. 16 Mar, 2016 2 kayıt (commit)
  7. 24 Şub, 2016 1 kayıt (commit)
  8. 16 Şub, 2016 1 kayıt (commit)
  9. 14 Ock, 2016 1 kayıt (commit)
  10. 03 Ara, 2015 1 kayıt (commit)
  11. 21 Eki, 2015 2 kayıt (commit)
  12. 15 Eki, 2015 3 kayıt (commit)
  13. 10 Eki, 2015 1 kayıt (commit)
  14. 08 Eki, 2015 1 kayıt (commit)
  15. 05 Eki, 2015 1 kayıt (commit)
  16. 02 Eki, 2015 1 kayıt (commit)
  17. 28 Eyl, 2015 1 kayıt (commit)
  18. 25 Eyl, 2015 1 kayıt (commit)
  19. 16 Eyl, 2015 2 kayıt (commit)
  20. 11 Eyl, 2015 1 kayıt (commit)
  21. 31 Agu, 2015 1 kayıt (commit)
  22. 26 Agu, 2015 1 kayıt (commit)
    • Aanand Prasad's avatar
      Better support for .dockerignore · 20e142fe
      Aanand Prasad yazdı
      - Support all basic pattern forms: file, directory, *, ?, !
      
      - Fix handling of wildcard patterns and subdirectories - `*/a.py` should
        match `foo/a.py`, but not `foo/bar/a.py`
      
      - Fix handling of directory patterns with a trailing slash - make sure
        they're handled equivalently to those without one
      
      - Fix handling of custom Dockerfiles - make sure they go in the tarball
      Signed-off-by: 's avatarAanand Prasad <aanand.prasad@gmail.com>
      20e142fe
  23. 25 Agu, 2015 4 kayıt (commit)
  24. 24 Agu, 2015 2 kayıt (commit)
  25. 21 Tem, 2015 1 kayıt (commit)
  26. 20 Tem, 2015 1 kayıt (commit)
    • Aanand Prasad's avatar
      Stop pinging registries from the client · 33e1a58b
      Aanand Prasad yazdı
      The daemon already pings the registry, so doing it on our end is
      redundant and error-prone.
      
      The `insecure_registry` argument to `push()`, `pull()` and `login()` has
      been deprecated - in the latter case, it wasn't being used anyway.
      
      The `insecure` argument to `docker.auth.resolve_repository_name()` has
      also been deprecated.
      
      `docker.utils.ping_registry()` has been deprecated.
      
      `docker.auth.expand_registry_url()` has been removed.
      Signed-off-by: 's avatarAanand Prasad <aanand.prasad@gmail.com>
      33e1a58b
  27. 06 Tem, 2015 1 kayıt (commit)
    • Dan O'Reilly's avatar
      Fix handling output from tty-enabled containers. · 70b921f8
      Dan O'Reilly yazdı
      Treat output from TTY-enabled containers as raw streams, rather than
      as multiplexed streams. The docker API docs specify that tty-enabled
      containers don't multiplex. Also update tests to pass with these
      changes, and changed the code used to read raw streams to not
      read line-by-line, and to not skip empty lines.
      
      Addresses issue #630
      Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
      70b921f8
  28. 19 Haz, 2015 1 kayıt (commit)
  29. 18 Haz, 2015 1 kayıt (commit)
  30. 12 Haz, 2015 1 kayıt (commit)
  31. 05 Haz, 2015 1 kayıt (commit)