Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DevTable
/
docker-py
Public
forked from
docker/docker-py
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
docker-py
docker
on
master
User selector
All users
All time
Commit history
Commits on Oct 10, 2014
Make the tar creating utility copy directory entries as well. Some builds rely on the presence of empty directories.
Joseph Schorr
committed
96fbee8
View commit details
Copy full SHA for 96fbee8
View code at this point
Browse repository at this point
Commits on Sep 9, 2014
Renamed wrapper.
Matthias Erll
committed
b5f0814
View commit details
Copy full SHA for b5f0814
View code at this point
Browse repository at this point
Wrap response socket for platform compatibility.
Matthias Erll
committed
e134e89
View commit details
Copy full SHA for e134e89
View code at this point
Browse repository at this point
Commits on Sep 8, 2014
Switch back to dev version
shin-
committed
24b8d66
View commit details
Copy full SHA for 24b8d66
View code at this point
Browse repository at this point
Bumped version and updated Changelog
shin-
committed
1c754fb
View commit details
Copy full SHA for 1c754fb
View code at this point
Browse repository at this point
Simplified init_poolmanager
shin-
committed
d9f1b25
View commit details
Copy full SHA for d9f1b25
View code at this point
Browse repository at this point
Merge pull request #298 from docker/insecure_registry
Show description for 3fc69ab
shin-
committed
3fc69ab
View commit details
Copy full SHA for 3fc69ab
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
add support to add or drop capabilities
mantiz
committed
9523950
View commit details
Copy full SHA for 9523950
View code at this point
Browse repository at this point
Commits on Aug 28, 2014
removed DeprecationWarning @shin-
shreyaskarnik
committed
a1168c8
View commit details
Copy full SHA for a1168c8
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
first cut of restart policy
skarnik-rmn
committed
c6046ac
View commit details
Copy full SHA for c6046ac
View code at this point
Browse repository at this point
Commits on Aug 22, 2014
Don't fallback to HTTP unless insecure_registry is specified when pushing/pulling
shin-
committed
be831c1
View commit details
Copy full SHA for be831c1
View code at this point
Browse repository at this point
Allow pushing a single tag.
Show description for 5800c4a
cameronmaske
committed
5800c4a
View commit details
Copy full SHA for 5800c4a
View code at this point
Browse repository at this point
Version back to x-dev
shin-
committed
710f372
View commit details
Copy full SHA for 710f372
View code at this point
Browse repository at this point
Merge pull request #291 from yograterol/master
Show description for dba1c45
shin-
committed
dba1c45
View commit details
Copy full SHA for dba1c45
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
Change str type for six.string_types to py3 compatibility
yograterol
committed
23a57c2
View commit details
Copy full SHA for 23a57c2
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
Stop timeout should be added to the request timeout
Show description for 97366f6
mpetazzoni
committed
97366f6
View commit details
Copy full SHA for 97366f6
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Remove unicode type in isinstance
yograterol
committed
10b11a3
View commit details
Copy full SHA for 10b11a3
View code at this point
Browse repository at this point
Validation for volumes parameters as string in _container_config
yograterol
committed
0a2940a
View commit details
Copy full SHA for 0a2940a
View code at this point
Browse repository at this point
PEP8 compliance - space between numbers and operators
yograterol
committed
80b3688
View commit details
Copy full SHA for 80b3688
View code at this point
Browse repository at this point
Added validation for volumes parameter - Issue #276
yograterol
committed
75c7931
View commit details
Copy full SHA for 75c7931
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
Adding tests for mem_limit string conversion + adding default unit
leonidlm
committed
98a4aa9
View commit details
Copy full SHA for 98a4aa9
View code at this point
Browse repository at this point
Fixing styling issues
leonidlm
committed
18f2b6f
View commit details
Copy full SHA for 18f2b6f
View code at this point
Browse repository at this point
Adding value verifications for mem_limit string representation
leonidlm
committed
e5edaf4
View commit details
Copy full SHA for e5edaf4
View code at this point
Browse repository at this point
Adding units specification to mem_limit variable
leonidlm
committed
019468d
View commit details
Copy full SHA for 019468d
View code at this point
Browse repository at this point
Commits on Jul 31, 2014
Added a timeout to the https ping
Show description for e607eaa
silarsis
committed
e607eaa
View commit details
Copy full SHA for e607eaa
View code at this point
Browse repository at this point
Commits on Jul 23, 2014
Merge pull request #268 from brutasse/265-dockerignore
Show description for 8e45264
shin-
committed
8e45264
View commit details
Copy full SHA for 8e45264
View code at this point
Browse repository at this point
Add support for .dockerignore
Show description for 87b4d32
brutasse
committed
87b4d32
View commit details
Copy full SHA for 87b4d32
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
Updated ChangeLog and bumped version
shin-
committed
429654b
View commit details
Copy full SHA for 429654b
View code at this point
Browse repository at this point
Commits on Jul 10, 2014
Merge branch 'master' into momer-tls
Show description for 7b8e0cd
shin-
committed
7b8e0cd
View commit details
Copy full SHA for 7b8e0cd
View code at this point
Browse repository at this point
server_cacert -> ca_cert
shin-
committed
436a3b1
View commit details
Copy full SHA for 436a3b1
View code at this point
Browse repository at this point
Commits on Jul 9, 2014
Fix some urllib3 import issues
shin-
committed
6f557ed
View commit details
Copy full SHA for 6f557ed
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Improved TLSConfig API to be less obscure / more pythonic. Also improved / amended docs
shin-
committed
8393dbc
View commit details
Copy full SHA for 8393dbc
View code at this point
Browse repository at this point
Commits on Jul 7, 2014
fix ssl_version exception when urllib3 version <= 1.5
李超
authored and
li45
committed
af91c78
View commit details
Copy full SHA for af91c78
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
Support http+unix protocol
shin-
committed
53de754
View commit details
Copy full SHA for 53de754
View code at this point
Browse repository at this point
Implemented complete parse_host method to handle all accepted values of Client's base_url. Unit tests
shin-
committed
cf050d2
View commit details
Copy full SHA for cf050d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.