David Calavera
|
93e02efa90
Remove dockerfile dependency from the API.
|
9 years ago |
Antonio Murdaca
|
d266142230
runconfig: opts: parse: lowercase errors
|
9 years ago |
Vincent Demeester
|
312f5e435b
Move getContext… function to builder package
|
9 years ago |
Brian Goff
|
a77b7dd227
cleanup attach api calls
|
9 years ago |
Anusha Ragunathan
|
9c332b164f
Remove package daemonbuilder.
|
9 years ago |
Anusha Ragunathan
|
14215ed5a1
Make daemonbuilder.Docker leaner.
|
9 years ago |
David Calavera
|
907407d0b2
Modify import paths to point to the new engine-api package.
|
9 years ago |
David Calavera
|
7ac4232e70
Move Config and HostConfig from runconfig to types/container.
|
9 years ago |
Antonio Murdaca
|
92605b823d
Merge pull request #18761 from anusha-ragunathan/add-build-routes
|
9 years ago |
Vincent Demeester
|
64d70de0a2
Merge pull request #18721 from tiborvass/remove-dependencies-from-builder
|
9 years ago |
Anusha Ragunathan
|
f8dc044aec
Create build router separate from image router.
|
9 years ago |
Tibor Vass
|
b0d9476153
builder: remove daemon dependency in ContainerAttach
|
9 years ago |
Tibor Vass
|
03a170c48d
builder: remove daemon dependency in ContainerCreate()
|
9 years ago |
Tibor Vass
|
9be1ec60d4
builder: remove dependency on image
|
9 years ago |
Anusha Ragunathan
|
89ab39b050
Remove Mount/Unmount from Builder interface.
|
9 years ago |
Tibor Vass
|
93c0de2af4
builder: remove unused Retain/Release and put Mount/Unmount back
|
9 years ago |
Tibor Vass
|
c70f8b3c9c
builder: remove container package dependency
|
9 years ago |
Morgan Bauer
|
63fb931a0b
move configs structs to remove dependency on daemon
|
9 years ago |
David Calavera
|
6bb0d1816a
Move Container to its own package.
|
9 years ago |
Tonis Tiigi
|
4352da7803
Update daemon and docker core to use new content addressable storage
|
9 years ago |
Antonio Murdaca
|
343c8547df
Merge pull request #17762 from LK4D4/builder_commit
|
9 years ago |
Tonis Tiigi
|
47da59f7ec
Fix symlink handling in builder ADD/COPY commands
|
9 years ago |
Alexander Morozov
|
38e34cf6da
Use name instead of container in Commit
|
9 years ago |
David Calavera
|
3a49765046
Decouple daemon and container to mount and unmount filesystems.
|
9 years ago |
David Calavera
|
4f2a5ba360
Decouple daemon and container to stop and kill containers.
|
9 years ago |
Tibor Vass
|
e0ef11a4c2
Abstract builder and implement server-side dockerfile builder
|
9 years ago |
Solomon Hykes
|
491deae9b8
Move "build" to daemon/build.go
|
11 years ago |
Alexandr Morozov
|
aa2d6dbc0c
Inherit Cmd only if no --entrypoint specified on run
|
11 years ago |
LK4D4
|
1b6546b840
Cleanup Cmd on ENTRYPOINT instruction
|
11 years ago |
Victor Vieux
|
90dadea84d
Merge pull request #7344 from shykes/cleanup-server-attach
|
11 years ago |