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 }}
jdpgrailsdev
/
docker-java
Public
forked from
docker-java/docker-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
docker-java-0.8.1
User selector
All users
All time
Commit history
Commits on Mar 5, 2014
[maven-release-plugin] prepare release docker-java-0.8.1
kpelykh
committed
8beb3e1
View commit details
Copy full SHA for 8beb3e1
Browse repository at this point
reverting back to 0.8.1-SNAPSHOT
kpelykh
committed
8259373
View commit details
Copy full SHA for 8259373
Browse repository at this point
disabled tests by default
Show description for ee70971
kpelykh
committed
ee70971
View commit details
Copy full SHA for ee70971
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
kpelykh
committed
32cc794
View commit details
Copy full SHA for 32cc794
Browse repository at this point
[maven-release-plugin] prepare release docker-java-0.8.1
kpelykh
committed
6a32587
View commit details
Copy full SHA for 6a32587
Browse repository at this point
fixed scm url
kpelykh
committed
2cf6c69
View commit details
Copy full SHA for 2cf6c69
Browse repository at this point
fixed tests
kpelykh
committed
2a6d92d
View commit details
Copy full SHA for 2a6d92d
Browse repository at this point
Commits on Mar 3, 2014
Update README.md
kpelykh
committed
135f71c
View commit details
Copy full SHA for 135f71c
Browse repository at this point
Merge pull request #28 from recampbell/importImage
Show description for b7abd13
kpelykh
committed
b7abd13
View commit details
Copy full SHA for b7abd13
Browse repository at this point
replaced kpelykh/vimbase image with ubuntu
kpelykh
committed
e3237b4
View commit details
Copy full SHA for e3237b4
Browse repository at this point
Merge pull request #30 from dkatona/dk-container-names
Show description for 678522e
kpelykh
committed
678522e
View commit details
Copy full SHA for 678522e
Browse repository at this point
Add setters to Container and to ContainerCreateResponse
Show description for dddfb1c
Dusan Katona
committed
dddfb1c
View commit details
Copy full SHA for dddfb1c
Browse repository at this point
Allow to get names from container
Dusan Katona
committed
d88faa9
View commit details
Copy full SHA for d88faa9
Browse repository at this point
Commits on Feb 27, 2014
Added importImage to support creating images from tar files
recampbell
committed
9be43bc
View commit details
Copy full SHA for 9be43bc
Browse repository at this point
Commits on Feb 26, 2014
Merge pull request #27 from recampbell/exceptions
Show description for 1dd37ad
kpelykh
committed
1dd37ad
View commit details
Copy full SHA for 1dd37ad
Browse repository at this point
Throw a NotFoundException when 404's are received so that these can be handled more easily.
Show description for f19fd19
recampbell
committed
f19fd19
View commit details
Copy full SHA for f19fd19
Browse repository at this point
Update README.md
kpelykh
committed
7d5110d
View commit details
Copy full SHA for 7d5110d
Browse repository at this point
Merge pull request #26 from joeltucci/master
Show description for d5ab919
kpelykh
committed
d5ab919
View commit details
Copy full SHA for d5ab919
Browse repository at this point
Added new fields to comply with Docker 0.8.1 API changes
joeltucci
committed
4a48d0e
View commit details
Copy full SHA for 4a48d0e
Browse repository at this point
Commits on Feb 10, 2014
Merge pull request #24 from karchie/master
Show description for d465fc9
kpelykh
committed
d465fc9
View commit details
Copy full SHA for d465fc9
Browse repository at this point
let m2eclipse generate .classpath; m2eclipse needs pluginManagement in POM
Kevin A. Archie
committed
41e9079
View commit details
Copy full SHA for 41e9079
Browse repository at this point
Commits on Feb 7, 2014
Merge pull request #23 from abhijeet-devops/upstream
Show description for 57fb973
kpelykh
committed
57fb973
View commit details
Copy full SHA for 57fb973
Browse repository at this point
Adding <space> after ADD command to not to confuse with other non-dockerfile commands like add-apt-repository etc.
vaidyaab
committed
29379a9
View commit details
Copy full SHA for 29379a9
Browse repository at this point
Commits on Feb 5, 2014
fixed all the tests
kpelykh
authored and
zettaset-kpelykh
committed
7b3763f
View commit details
Copy full SHA for 7b3763f
Browse repository at this point
Update README.md
kpelykh
committed
3761f1a
View commit details
Copy full SHA for 3761f1a
Browse repository at this point
updated docker-java to Docker Client API v1.8, Docker Server version 0.7.6
Show description for f7593aa
zettaset-kpelykh
committed
f7593aa
View commit details
Copy full SHA for f7593aa
Browse repository at this point
Commits on Feb 4, 2014
Merge remote-tracking branch 'origin/master'
zettaset-kpelykh
committed
4093458
View commit details
Copy full SHA for 4093458
Browse repository at this point
Merge pull request #22 from vjuranek/apiup
Show description for 1da0588
kpelykh
committed
1da0588
View commit details
Copy full SHA for 1da0588
Browse repository at this point
Merge remote-tracking branch 'origin/master'
Show description for 62843f3
zettaset-kpelykh
committed
62843f3
View commit details
Copy full SHA for 62843f3
Browse repository at this point
Merge pull request #20 from ndeloof/fluent-builder
Show description for ff68cfe
kpelykh
committed
ff68cfe
View commit details
Copy full SHA for ff68cfe
Browse repository at this point
Merge pull request #19 from ndeloof/slf4j
Show description for a9134be
kpelykh
committed
a9134be
View commit details
Copy full SHA for a9134be
Browse repository at this point
Merge pull request #18 from ndeloof/typo
Show description for 2bc53e9
kpelykh
committed
2bc53e9
View commit details
Copy full SHA for 2bc53e9
Browse repository at this point
Merge pull request #16 from ndeloof/master
Show description for 8aaf702
kpelykh
committed
8aaf702
View commit details
Copy full SHA for 8aaf702
Browse repository at this point
Merge pull request #15 from dkatona/container-name
Show description for cbbb56e
kpelykh
committed
cbbb56e
View commit details
Copy full SHA for cbbb56e
Browse repository at this point
Commits on Feb 2, 2014
Update Info and Version model
vjuranek
committed
0619078
View commit details
Copy full SHA for 0619078
Browse repository at this point
Previous
Next
You can’t perform that action at this time.