Andy Rothfusz
|
1c091657d4
|
Merge pull request #745 from rogaha/doc_ssh_service_example_uptd
Add screencast summary. Makes it easy to reproduce steps.
|
2013-05-30 18:49:32 -07:00 |
Solomon Hykes
|
8d73740343
|
Bumped version to 0.3.4
|
2013-05-30 17:27:45 -07:00 |
Solomon Hykes
|
a148301a03
|
+ Runtime: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
+ Runtime: 'docker build -t FOO' applies the tag FOO to the newly built container.
|
2013-05-30 16:49:40 -07:00 |
Victor Vieux
|
3afdd82e42
|
bump to master
|
2013-05-30 23:38:40 +00:00 |
Victor Vieux
|
bd38b47552
|
bump to master
|
2013-05-30 23:32:57 +00:00 |
Solomon Hykes
|
caaea2e08f
|
* Build: never remove temporary images and containers
|
2013-05-30 16:24:26 -07:00 |
Solomon Hykes
|
de7ce7c10d
|
Merge pull request #752 from dotcloud/victor_maintainer
* Meta: make Victor Vieux a core maintainer
|
2013-05-30 16:19:18 -07:00 |
Victor Vieux
|
5aa95b667c
|
WIP needs to fix HTTP error codes
|
2013-05-30 22:53:45 +00:00 |
Solomon Hykes
|
c903a6baf8
|
* Builder: keep temporary images after a build fails, to allow caching
|
2013-05-30 15:52:09 -07:00 |
Solomon Hykes
|
4205b6bb1d
|
Merge branch 'master' into builder_server-2
|
2013-05-30 14:09:42 -07:00 |
Guillaume J. Charmes
|
ca6409059d
|
Merge pull request #749 from dotcloud/unit_tests_use_available_port-fix
- Test: if `address already in use` in unit tests, try a different port
|
2013-05-30 13:11:44 -07:00 |
Guillaume J. Charmes
|
459a2867dd
|
Merge pull request #741 from dotcloud/split_stdout_stderr_run-feature
* API: Split stdout stderr in docker run if no -t
|
2013-05-30 12:38:11 -07:00 |
Guillaume J. Charmes
|
28d5b2c15a
|
Update docker build docs
|
2013-05-30 12:35:19 -07:00 |
Guillaume J. Charmes
|
054451fd19
|
NON-WORKING: Beginning of rmi refactor
|
2013-05-30 12:30:21 -07:00 |
Solomon Hykes
|
43f369ea0c
|
Organize the project infrastructure: servers, dns, email etc.
|
2013-05-30 12:28:24 -07:00 |
Guillaume J. Charmes
|
6d2e3d2ec0
|
Fix issue with CMD instruction within docker build
|
2013-05-30 12:21:57 -07:00 |
Guillaume J. Charmes
|
a4e6025cc1
|
Deprecate INSERT and COPY
|
2013-05-30 12:10:54 -07:00 |
Guillaume J. Charmes
|
56431d3130
|
Add -t to docker build in order to tag resulting image
|
2013-05-30 12:08:21 -07:00 |
Solomon Hykes
|
5324614410
|
Merge pull request #747 from riccieri/patch-1
+ * Documentation: add IP forwarding config to archlinux guide
|
2013-05-30 11:59:53 -07:00 |
Solomon Hykes
|
531b30119a
|
Remove special case for 'teams' from registry api
|
2013-05-30 11:37:58 -07:00 |
Solomon Hykes
|
fc788956c5
|
Make Victor Vieux a core maintainer
|
2013-05-30 11:31:49 -07:00 |
Solomon Hykes
|
2ed1092dad
|
* Documentation: removed 'building blocks' for now.
|
2013-05-30 11:26:47 -07:00 |
Victor Vieux
|
cd002a4d16
|
ensure progress downloader is well formated
|
2013-05-30 17:00:42 +00:00 |
Victor Vieux
|
49e656839f
|
move auth to the client WIP
|
2013-05-30 15:39:43 +00:00 |
Guillaume J. Charmes
|
194fca8347
|
Merge pull request #750 from dotcloud/ensure_order_help-fix
Always display help in the same order
|
2013-05-30 07:40:59 -07:00 |
Victor Vieux
|
2c14d3949d
|
always display help in the same order
|
2013-05-30 14:08:26 +00:00 |
Victor Vieux
|
2a53717e8f
|
if address already in use in unit tests, try a different port
|
2013-05-30 13:45:39 +00:00 |
Solomon Hykes
|
97247c5c73
|
'docker build': remove INSERT command (should add support for remote sources in ADD instead)
|
2013-05-29 21:57:36 -07:00 |
Renato Riccieri Santos Zannon
|
b2084a9c59
|
Add IP forwarding config to archlinux guide
I had this small issue when following this guide on my Arch box, and I don't think it is specific to any configuration I have.
|
2013-05-30 01:56:08 -03:00 |
Guillaume J. Charmes
|
9a39404127
|
Fix issue with mkdir within docker build
|
2013-05-29 18:55:00 -07:00 |
Solomon Hykes
|
fc864d2f0f
|
Simplified syntax of 'docker build': 'docker build PATH | -'
|
2013-05-29 18:18:57 -07:00 |
Solomon Hykes
|
dcab408f6a
|
Fixed phrasing, typos and formatting in 'docker build'
|
2013-05-29 18:14:50 -07:00 |
Guillaume J. Charmes
|
faafbf2118
|
Fix ADD behavior on single files
|
2013-05-29 17:58:05 -07:00 |
Guillaume J. Charmes
|
881fdc59ed
|
Remove cache opti that cause wrong cache miss
|
2013-05-29 17:04:46 -07:00 |
Guillaume J. Charmes
|
560a74af15
|
Fix cache miss issue within docker build
|
2013-05-29 16:11:04 -07:00 |
Guillaume J. Charmes
|
b6165daa77
|
Create a layer for each operation (expose, cmd, etc)
|
2013-05-29 15:03:00 -07:00 |
Guillaume J. Charmes
|
ae0d555022
|
Fix autorun issue within docker build
|
2013-05-29 14:37:03 -07:00 |
Solomon Hykes
|
7ff2e6b797
|
Merge branch 'master' of ssh://github.com/dotcloud/docker
|
2013-05-29 12:31:11 -07:00 |
Guillaume J. Charmes
|
92939569ab
|
Update build doc
|
2013-05-29 11:53:44 -07:00 |
Guillaume J. Charmes
|
d97fff60a9
|
Update docker build docs
|
2013-05-29 11:50:49 -07:00 |
Guillaume J. Charmes
|
33ea1483d5
|
Allow docker build from stdin
|
2013-05-29 11:43:29 -07:00 |
Roberto Gandolfo Hashioka
|
c7af917d13
|
updated the running ssh service example with the video's transcription
|
2013-05-29 11:29:30 -07:00 |
Guillaume J. Charmes
|
c05e9f856d
|
Error output fix for docker rmi
|
2013-05-29 11:11:19 -07:00 |
Guillaume J. Charmes
|
6cbc7757b2
|
Fix issue with unknown instruction within docker build
|
2013-05-29 10:53:24 -07:00 |
Guillaume J. Charmes
|
75d2244023
|
Update docker build UI
|
2013-05-29 10:51:47 -07:00 |
Victor Vieux
|
7e92302c4f
|
auto prune WIP
|
2013-05-29 17:27:32 +00:00 |
Victor Vieux
|
94f0d478de
|
refacto
|
2013-05-29 17:01:54 +00:00 |
Victor Vieux
|
2eb4e2a0b8
|
removed the -f
|
2013-05-29 16:31:47 +00:00 |
Guillaume J. Charmes
|
08e5f12954
|
Merge pull request #739 from dotcloud/push_issue-1
- Registry: Cereate a new registry object for each request (~session)
|
2013-05-29 09:22:12 -07:00 |
Victor Vieux
|
e33ba9b36d
|
split stdout and stderr in run if not -t
|
2013-05-29 14:14:51 +00:00 |