Victor Vieux
|
95d66ebc6b
|
specify public port
|
2013-06-10 13:56:43 +00:00 |
Guillaume J. Charmes
|
956491f853
|
Merge pull request #855 from samjsharpe/fix_missing_hyphen
Build from Dockerfile on stdin requires a hyphen
|
2013-06-07 13:04:27 -07:00 |
Sam J Sharpe
|
5e6cd21f8b
|
Build from Dockerfile on stdin requires a hypen
There is a missing hypen in the documentation:
`docker build < Dockerfile` will complain
`docker build - < Dockerfile` will not complain
|
2013-06-07 20:35:34 +01:00 |
Sam Alba
|
da937bf214
|
Update README.md
|
2013-06-06 11:09:11 -06:00 |
Solomon Hykes
|
42b63eb818
|
Daniel Mizyrycki is maintainer of dockerbuilder, the official build environment for docker binary releases
|
2013-06-06 19:06:54 +02:00 |
Solomon Hykes
|
0d6db333d6
|
docker-build contrib script is deprecated by the new 'build' command
|
2013-06-06 19:05:21 +02:00 |
Solomon Hykes
|
3999465c85
|
Merge branch 'master' of ssh://github.com/dotcloud/docker
|
2013-06-06 19:04:17 +02:00 |
Daniel Mizyrycki
|
1cc4049e82
|
Merge pull request #827 from dotcloud/dev_environment_update
Update "Setting Up a Dev Environment" doc, with modern golang PPA and stable lxc kernel
|
2013-06-06 09:48:19 -07:00 |
Victor Vieux
|
a118ad90ed
|
changed to 12.04 and add kernel
|
2013-06-06 12:36:28 +00:00 |
Thatcher
|
f1992eeea5
|
Merge pull request #817 from dhrp/blog-in-navigation
Modified the navigation in both website and documentaion to include the blog.
|
2013-06-05 17:28:19 -07:00 |
Solomon Hykes
|
97d5f525f4
|
hack/PRINCIPLES.md: a list of principles guiding Docker's design. The goal is to scale the decision-making in the project and remove @shykes as a bottleneck as much as possible
|
2013-06-05 17:27:53 +02:00 |
Solomon Hykes
|
2ea29ce0ef
|
hack/ROADMAP.md: a high-level roadmap. Make a pull request to suggest changes
|
2013-06-05 17:26:26 +02:00 |
Solomon Hykes
|
068076f775
|
Merge pull request #822 from lopter/master
* Client: Print the container id before the hijack in `docker run` (see also #804)
|
2013-06-05 08:08:30 -07:00 |
Solomon Hykes
|
34c8b24211
|
Merge pull request #812 from dotcloud/809-progress_message-fix
* Remote API: Fix progress message in client
|
2013-06-05 07:27:31 -07:00 |
Victor Vieux
|
e3cc625315
|
update doc to newer go
|
2013-06-05 13:19:49 +00:00 |
Victor Vieux
|
b4682e6707
|
bump to master
|
2013-06-05 10:19:51 +00:00 |
Solomon Hykes
|
04050c4173
|
Merge pull request #818 from johncosta/ubuntu-1304-add-apt-repository
Remove provider specifc language
|
2013-06-05 02:40:09 -07:00 |
Louis Opter
|
7e6ede6379
|
Print the container id before the hijack in `docker run` (see also #804)
This is useful when you want to get the container id before you start to
interact with stdin (which is what I'm doing in dotcloud/sandbox).
|
2013-06-04 15:32:59 -07:00 |
Guillaume J. Charmes
|
7ef9833dbb
|
Put back panic for go1.0.3 compatibility
|
2013-06-04 14:26:40 -07:00 |
Guillaume J. Charmes
|
c1ee9bf881
|
Merge pull request #808 from dotcloud/795-lintify
Cleanup source
|
2013-06-04 14:20:38 -07:00 |
John Costa
|
c000ef194c
|
Remove provider specifc language
|
2013-06-04 16:01:38 -04:00 |
Ken Cochrane
|
479ac9afa7
|
Merge pull request #802 from johncosta/ubuntu-1304-add-apt-repository
- Documentation: adding missing dependency to the ubuntu linux install page.
|
2013-06-04 11:55:34 -07:00 |
Thatcher Peskens
|
716892b95d
|
Modified the navigation in both website and documentaion to include the Blog.
|
2013-06-04 11:41:54 -07:00 |
Thatcher
|
d7a6485dfe
|
Merge pull request #796 from dhrp/added-and-fixed-links
Added and fixed some links (closes #502)
|
2013-06-04 11:28:40 -07:00 |
Victor Vieux
|
fd224ee590
|
linted names
|
2013-06-04 18:00:22 +00:00 |
Victor Vieux
|
3922691fb9
|
fix progress message in client
|
2013-06-04 16:09:08 +00:00 |
Sam Alba
|
c566c8efc7
|
Merge pull request #810 from dotcloud/proxy-fix
fix regression on proxy
|
2013-06-04 08:46:40 -07:00 |
Victor Vieux
|
06b585ce8a
|
fix proxy
|
2013-06-04 15:44:27 +00:00 |
John Costa
|
e61af8bc62
|
some installations of ubuntu 13.04 (digital ocean Ubuntu 13.04 x64 Server in this case) require software-properties-common to be installed before being able to use add-apt-repository
|
2013-06-04 10:40:44 -04:00 |
Victor Vieux
|
86ada2fa5d
|
drop/omit
|
2013-06-04 13:51:12 +00:00 |
Victor Vieux
|
b515a5a9ec
|
go vet
|
2013-06-04 13:24:58 +00:00 |
Sam Alba
|
10ef4f7f39
|
Merge pull request #797 from dotcloud/registry-fix-missing-body-close
registry.go: Fixed missing Body.Close()
|
2013-06-03 14:43:50 -07:00 |
Sam Alba
|
cff3b37a61
|
Disabled HTTP keep-alive in the default HTTP client for Registry calls
|
2013-06-03 14:42:21 -07:00 |
Guillaume J. Charmes
|
82dd963e08
|
Minor changes in registry.go
|
2013-06-03 12:20:52 -07:00 |
Sam Alba
|
830c458fe7
|
Fixed missing Body.Close when doing some HTTP requests. It should improve some request issues.
|
2013-06-03 12:14:57 -07:00 |
Thatcher Peskens
|
38f29f7d0c
|
Changed some text on the website to include docker-club
Fixed a link in the FAQ on the docs
Fixed a detail in the Makefile for pushing the site to dotcloud
|
2013-06-03 11:45:19 -07:00 |
Solomon Hykes
|
a8ae398bf5
|
Bumped version to 0.4.0
|
2013-06-03 10:59:48 -07:00 |
Guillaume J. Charmes
|
7a4408f608
|
Merge pull request #794 from dotcloud/780-diff-fix2
- Runtime: remove TrimLeft as it's go1.1
|
2013-06-03 10:41:08 -07:00 |
Victor Vieux
|
854039b6ba
|
remove TrimLeft as it's go1.1
|
2013-06-03 17:25:51 +00:00 |
Guillaume J. Charmes
|
070923b14f
|
Merge pull request #792 from dotcloud/780-diff-fix
- Runtime: fix Path corruption in 'docker diff'
|
2013-06-03 10:06:25 -07:00 |
Victor Vieux
|
71b1657e8d
|
added test
|
2013-06-03 17:02:57 +00:00 |
Guillaume J. Charmes
|
1bafe9da26
|
Merge pull request #793 from dotcloud/774-remove_login_check_on_pull-fix
- Registry: remove login check on pull
|
2013-06-03 09:37:02 -07:00 |
Victor Vieux
|
1ce4ba6c9f
|
remove check on login
|
2013-06-03 15:33:29 +00:00 |
Guillaume J. Charmes
|
2b1b3c1270
|
Merge pull request #784 from dotcloud/remove_cgo_dependency
* Runtime: Remove cgo dependency
|
2013-06-03 07:03:17 -07:00 |
Guillaume J. Charmes
|
8243f2510e
|
Update test to reflect new ApiInfo struct
|
2013-06-03 06:44:00 -07:00 |
Guillaume J. Charmes
|
0443cc351d
|
Merge pull request #772 from dotcloud/improve_version_info_cmds
* API: Improve version info cmds
|
2013-06-03 06:36:09 -07:00 |
Victor Vieux
|
e16c93486d
|
fix Path corruption in 'docker diff'
|
2013-06-03 10:19:20 +00:00 |
Solomon Hykes
|
e42eb7fa8c
|
Meta: added Guillaume as primary maintainer for tty code
|
2013-06-02 23:42:18 -07:00 |
Solomon Hykes
|
cebfde9ea5
|
Merge pull request #787 from gasi/nodejs-centos-docs
* Documentation: Deploying a Node.js Web App on CentOS
* Documentation: small formatting improvements
|
2013-06-02 23:27:29 -07:00 |
Solomon Hykes
|
eff7a15bea
|
Merge pull request #785 from jweede/master
* Documentation: spelling correction in website
|
2013-06-02 23:14:09 -07:00 |