1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Evan Hazlett fc214b4408 add label support for build, networks and volumes
build: implement --label

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>

network: allow adding labels on create

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>

volume: allow adding labels on create

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>

add tests for build, network, volume

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>

vendor: libnetwork and engine-api bump

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2016-03-22 11:49:06 -04:00
..
formatter Fix inspect to print bind mounts source path instead of an empty string 2016-03-17 15:42:45 -07:00
inspect
attach.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
build.go add label support for build, networks and volumes 2016-03-22 11:49:06 -04:00
cli.go
client.go
commit.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
cp.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
create.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
diff.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
events.go
exec.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
exec_test.go
export.go
hijack.go
history.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
images.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
import.go
info.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
inspect.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
kill.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
load.go
login.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
logout.go
logs.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
network.go add label support for build, networks and volumes 2016-03-22 11:49:06 -04:00
pause.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
port.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
ps.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
pull.go
push.go
rename.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
restart.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
rm.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
rmi.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
run.go Add the name of the exe that's trying to be executed 2016-03-20 18:15:46 -07:00
save.go
search.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
start.go Don't forward SIGPIPE from client to container 2016-03-18 16:50:18 -04:00
stats.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
stats_helpers.go
stats_unit_test.go
stop.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
tag.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
top.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
trust.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
trust_test.go
unpause.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
update.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
utils.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
version.go Update api/client file to use context 2016-03-16 20:25:09 +01:00
volume.go add label support for build, networks and volumes 2016-03-22 11:49:06 -04:00
wait.go