1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Akihiro Suda 7e24c16086 add docker network prune
`docker network prune` prunes unused networks, including overlay ones.
`docker system prune` also prunes unused networks.

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2016-10-25 06:43:54 +00:00
..
caps
cluster Merge pull request #27624 from erxian/remove-duplicate-err-judgement 2016-10-24 16:11:53 -07:00
events
exec record pid of exec'd process 2016-10-20 17:06:11 +02:00
graphdriver Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
links
logger
network
apparmor_default.go
apparmor_default_unsupported.go
archive.go
archive_unix.go
archive_windows.go
attach.go
auth.go
cache.go
changes.go
checkpoint.go
cluster.go add docker network prune 2016-10-25 06:43:54 +00:00
commit.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
config.go Merge pull request #24533 from yongtang/24392-docker-info-label-duplicate-keys 2016-10-24 18:12:28 -07:00
config_experimental.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
config_solaris.go
config_test.go
config_unix.go
config_unix_test.go
config_windows.go
config_windows_test.go
container.go
container_operations.go Delete a redundant error return 2016-10-22 08:53:57 +08:00
container_operations_solaris.go
container_operations_unix.go
container_operations_windows.go
create.go Delete a redundant error return 2016-10-22 08:53:57 +08:00
create_unix.go
create_windows.go
daemon.go add docker network prune 2016-10-25 06:43:54 +00:00
daemon_experimental.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_unsupported.go
daemon_windows.go
debugtrap_unix.go
debugtrap_unsupported.go
debugtrap_windows.go
delete.go
delete_test.go
discovery.go
discovery_test.go
disk_usage.go Add swagger.yaml 2016-10-20 13:24:23 -07:00
errors.go
events.go
events_test.go
exec.go record pid of exec'd process 2016-10-20 17:06:11 +02:00
exec_linux.go
exec_solaris.go
exec_windows.go
export.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
health.go
health_test.go
image.go
image_delete.go
image_exporter.go
image_history.go
image_inspect.go
image_pull.go
image_push.go
image_tag.go
images.go Generate api/types:Image from the swagger spec 2016-10-20 13:24:23 -07:00
import.go
info.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
inspect.go record pid of exec'd process 2016-10-20 17:06:11 +02:00
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go
keys_unsupported.go
kill.go
links.go
links_test.go
list.go Generate api/types:Port from swagger spec. 2016-10-20 13:24:23 -07:00
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
monitor.go
monitor_linux.go
monitor_solaris.go
monitor_windows.go
mounts.go
names.go
network.go Remove duplicate nat, null in docker info for Windows 2016-10-24 15:21:14 -07:00
oci_linux.go
oci_solaris.go
oci_windows.go
pause.go
prune.go add docker network prune 2016-10-25 06:43:54 +00:00
rename.go
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
selinux_linux.go
selinux_unsupported.go
start.go
start_linux.go
start_windows.go
stats.go
stats_collector.go
stats_collector_solaris.go
stats_collector_unix.go
stats_collector_windows.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go
volumes_unit_test.go
volumes_unix.go
volumes_windows.go
wait.go