Files in richfitz/stevedore
Docker Client

.Rbuildignore
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.github/workflows/pkgdown.yaml
.github/workflows/test-coverage.yaml
.gitignore
CONDUCT.md
DESCRIPTION
LICENSE
Makefile
NAMESPACE
NEWS.md R/config.R R/docker_api_client.R R/docker_available.R R/docker_client.R R/docker_client_build.R R/docker_client_method.R R/docker_client_run.R R/docker_client_support.R R/errors.R R/format.R R/help.R R/helpers.R R/http.R R/http_curl.R R/http_httppipe.R R/http_null.R R/httppipe.R R/stevedore.R R/swagger_args.R R/swagger_endpoint.R R/swagger_response.R R/swagger_spec.R R/swagger_support.R R/swagger_types.R R/util.R R/util_assert.R R/util_docker.R R/util_tar.R R/zzz.R README.Rmd README.md demo/README.md demo/hello.R
demo/hello.gif
demo/hello.json
development.md
inst/images/iterate/Dockerfile
inst/images/iterate/iterate
inst/images/tester/Dockerfile
inst/images/tester/tester.sh
inst/py/README.md
inst/py/httppipe.py
inst/spec/README.md
inst/spec/endpoints.yaml
inst/spec/help.yaml
inst/spec/index.yaml
inst/spec/names.csv
inst/spec/names_override.csv
inst/spec/patch.yaml
inst/spec/stevedore.yaml
inst/spec/types.yaml
inst/spec/v1.25.yaml.bz2
inst/spec/v1.26.yaml.bz2
inst/spec/v1.27.yaml.bz2
inst/spec/v1.28.yaml.bz2
inst/spec/v1.29.yaml.bz2
inst/spec/v1.30.yaml.bz2
inst/spec/v1.31.yaml.bz2
inst/spec/v1.32.yaml.bz2
inst/spec/v1.33.yaml.bz2
inst/spec/v1.34.yaml.bz2
inst/spec/v1.35.yaml.bz2
inst/spec/v1.36.yaml.bz2
inst/spec/v1.37.yaml.bz2
inst/spec/v1.38.yaml.bz2
inst/spec/v1.39.yaml.bz2
man/docker_available.Rd man/docker_client.Rd man/docker_config_collection.Rd man/docker_container.Rd man/docker_container_collection.Rd man/docker_exec.Rd man/docker_image.Rd man/docker_image_collection.Rd man/docker_network.Rd man/docker_network_collection.Rd man/docker_node.Rd man/docker_node_collection.Rd man/docker_plugin.Rd man/docker_plugin_collection.Rd man/docker_secret_collection.Rd man/docker_service.Rd man/docker_service_collection.Rd man/docker_swarm_collection.Rd man/docker_task.Rd man/docker_task_collection.Rd man/docker_types.Rd man/docker_volume.Rd man/docker_volume_collection.Rd man/stevedore.Rd scripts/download_spec.R
scripts/images
scripts/update_web.sh
tests/testthat.R tests/testthat/helper-preflight.R tests/testthat/helper-stevedore.R tests/testthat/images/README.md
tests/testthat/images/build.sh
tests/testthat/images/curl/Dockerfile
tests/testthat/images/error/Dockerfile
tests/testthat/images/error/error
tests/testthat/images/fail/Dockerfile
tests/testthat/images/fail/fail
tests/testthat/images/iterate/Dockerfile
tests/testthat/images/iterate/iterate
tests/testthat/plugin-example/config.json
tests/testthat/plugin-example/rootfs/dummy/file.txt
tests/testthat/sample_responses/README.md
tests/testthat/sample_responses/build/failure
tests/testthat/sample_responses/build/failure.out
tests/testthat/sample_responses/build/success
tests/testthat/sample_responses/build/success.out
tests/testthat/sample_responses/generate.sh
tests/testthat/sample_responses/logs/simple
tests/testthat/sample_responses/pull/hello-world-macos
tests/testthat/sample_responses/pull/hello-world-macos.out
tests/testthat/sample_responses/pull/ubuntu
tests/testthat/sample_responses/pull/ubuntu.out
tests/testthat/sample_responses/regression/container_inspect.R tests/testthat/sample_responses/regression/system_df_1.R tests/testthat/sample_responses/regression/system_df_2.R tests/testthat/sample_responses/v1.25/container_changes.R tests/testthat/sample_responses/v1.25/container_create.R tests/testthat/sample_responses/v1.25/container_inspect.R tests/testthat/sample_responses/v1.25/container_list.R tests/testthat/sample_responses/v1.25/container_prune.R tests/testthat/sample_responses/v1.25/container_start.R tests/testthat/sample_responses/v1.25/container_stats.R tests/testthat/sample_responses/v1.25/container_top.R tests/testthat/sample_responses/v1.25/container_update.R tests/testthat/sample_responses/v1.25/container_wait.R tests/testthat/sample_responses/v1.25/exec_create.R tests/testthat/sample_responses/v1.25/exec_inspect.R tests/testthat/sample_responses/v1.25/image_commit.R tests/testthat/sample_responses/v1.25/image_delete.R tests/testthat/sample_responses/v1.25/image_history.R tests/testthat/sample_responses/v1.25/image_inspect.R tests/testthat/sample_responses/v1.25/image_list.R tests/testthat/sample_responses/v1.25/image_prune.R tests/testthat/sample_responses/v1.25/image_search.R tests/testthat/sample_responses/v1.25/network_create.R tests/testthat/sample_responses/v1.25/network_inspect.R tests/testthat/sample_responses/v1.25/network_list.R tests/testthat/sample_responses/v1.25/network_prune.R tests/testthat/sample_responses/v1.25/node_inspect.R tests/testthat/sample_responses/v1.25/node_list.R tests/testthat/sample_responses/v1.25/plugin_inspect.R tests/testthat/sample_responses/v1.25/plugin_list.R tests/testthat/sample_responses/v1.25/plugin_privileges.R tests/testthat/sample_responses/v1.25/plugin_remove.R tests/testthat/sample_responses/v1.25/secret_create.R tests/testthat/sample_responses/v1.25/secret_inspect.R tests/testthat/sample_responses/v1.25/secret_list.R tests/testthat/sample_responses/v1.25/service_create.R tests/testthat/sample_responses/v1.25/service_inspect.R tests/testthat/sample_responses/v1.25/service_list.R tests/testthat/sample_responses/v1.25/service_update.R tests/testthat/sample_responses/v1.25/swarm_init.R tests/testthat/sample_responses/v1.25/swarm_inspect.R tests/testthat/sample_responses/v1.25/swarm_unlockkey.R tests/testthat/sample_responses/v1.25/system_auth.R tests/testthat/sample_responses/v1.25/system_df.R tests/testthat/sample_responses/v1.25/system_events.R tests/testthat/sample_responses/v1.25/system_info.R tests/testthat/sample_responses/v1.25/system_ping.R tests/testthat/sample_responses/v1.25/system_version.R tests/testthat/sample_responses/v1.25/task_inspect.R tests/testthat/sample_responses/v1.25/task_list.R tests/testthat/sample_responses/v1.25/volume_create.R tests/testthat/sample_responses/v1.25/volume_inspect.R tests/testthat/sample_responses/v1.25/volume_list.R tests/testthat/sample_responses/v1.25/volume_prune.R tests/testthat/sample_responses/v1.26/container_changes.R tests/testthat/sample_responses/v1.26/container_create.R tests/testthat/sample_responses/v1.26/container_inspect.R tests/testthat/sample_responses/v1.26/container_list.R tests/testthat/sample_responses/v1.26/container_prune.R tests/testthat/sample_responses/v1.26/container_start.R tests/testthat/sample_responses/v1.26/container_stats.R tests/testthat/sample_responses/v1.26/container_top.R tests/testthat/sample_responses/v1.26/container_update.R tests/testthat/sample_responses/v1.26/container_wait.R tests/testthat/sample_responses/v1.26/exec_create.R tests/testthat/sample_responses/v1.26/exec_inspect.R tests/testthat/sample_responses/v1.26/image_commit.R tests/testthat/sample_responses/v1.26/image_delete.R tests/testthat/sample_responses/v1.26/image_history.R tests/testthat/sample_responses/v1.26/image_inspect.R tests/testthat/sample_responses/v1.26/image_list.R tests/testthat/sample_responses/v1.26/image_prune.R tests/testthat/sample_responses/v1.26/image_search.R tests/testthat/sample_responses/v1.26/network_create.R tests/testthat/sample_responses/v1.26/network_inspect.R tests/testthat/sample_responses/v1.26/network_list.R tests/testthat/sample_responses/v1.26/network_prune.R tests/testthat/sample_responses/v1.26/node_inspect.R tests/testthat/sample_responses/v1.26/node_list.R tests/testthat/sample_responses/v1.26/plugin_inspect.R tests/testthat/sample_responses/v1.26/plugin_list.R tests/testthat/sample_responses/v1.26/plugin_privileges.R tests/testthat/sample_responses/v1.26/plugin_remove.R tests/testthat/sample_responses/v1.26/secret_create.R tests/testthat/sample_responses/v1.26/secret_inspect.R tests/testthat/sample_responses/v1.26/secret_list.R tests/testthat/sample_responses/v1.26/service_create.R tests/testthat/sample_responses/v1.26/service_inspect.R tests/testthat/sample_responses/v1.26/service_list.R tests/testthat/sample_responses/v1.26/service_update.R tests/testthat/sample_responses/v1.26/swarm_init.R tests/testthat/sample_responses/v1.26/swarm_inspect.R tests/testthat/sample_responses/v1.26/swarm_unlockkey.R tests/testthat/sample_responses/v1.26/system_auth.R tests/testthat/sample_responses/v1.26/system_df.R tests/testthat/sample_responses/v1.26/system_events.R tests/testthat/sample_responses/v1.26/system_info.R tests/testthat/sample_responses/v1.26/system_ping.R tests/testthat/sample_responses/v1.26/system_version.R tests/testthat/sample_responses/v1.26/task_inspect.R tests/testthat/sample_responses/v1.26/task_list.R tests/testthat/sample_responses/v1.26/volume_create.R tests/testthat/sample_responses/v1.26/volume_inspect.R tests/testthat/sample_responses/v1.26/volume_list.R tests/testthat/sample_responses/v1.26/volume_prune.R tests/testthat/sample_responses/v1.27/container_changes.R tests/testthat/sample_responses/v1.27/container_create.R tests/testthat/sample_responses/v1.27/container_inspect.R tests/testthat/sample_responses/v1.27/container_list.R tests/testthat/sample_responses/v1.27/container_prune.R tests/testthat/sample_responses/v1.27/container_start.R tests/testthat/sample_responses/v1.27/container_stats.R tests/testthat/sample_responses/v1.27/container_top.R tests/testthat/sample_responses/v1.27/container_update.R tests/testthat/sample_responses/v1.27/container_wait.R tests/testthat/sample_responses/v1.27/exec_create.R tests/testthat/sample_responses/v1.27/exec_inspect.R tests/testthat/sample_responses/v1.27/image_commit.R tests/testthat/sample_responses/v1.27/image_delete.R tests/testthat/sample_responses/v1.27/image_history.R tests/testthat/sample_responses/v1.27/image_inspect.R tests/testthat/sample_responses/v1.27/image_list.R tests/testthat/sample_responses/v1.27/image_prune.R tests/testthat/sample_responses/v1.27/image_search.R tests/testthat/sample_responses/v1.27/network_create.R tests/testthat/sample_responses/v1.27/network_inspect.R tests/testthat/sample_responses/v1.27/network_list.R tests/testthat/sample_responses/v1.27/network_prune.R tests/testthat/sample_responses/v1.27/node_inspect.R tests/testthat/sample_responses/v1.27/node_list.R tests/testthat/sample_responses/v1.27/plugin_inspect.R tests/testthat/sample_responses/v1.27/plugin_list.R tests/testthat/sample_responses/v1.27/plugin_privileges.R tests/testthat/sample_responses/v1.27/plugin_remove.R tests/testthat/sample_responses/v1.27/secret_create.R tests/testthat/sample_responses/v1.27/secret_inspect.R tests/testthat/sample_responses/v1.27/secret_list.R tests/testthat/sample_responses/v1.27/service_create.R tests/testthat/sample_responses/v1.27/service_inspect.R tests/testthat/sample_responses/v1.27/service_list.R tests/testthat/sample_responses/v1.27/service_update.R tests/testthat/sample_responses/v1.27/swarm_init.R tests/testthat/sample_responses/v1.27/swarm_inspect.R tests/testthat/sample_responses/v1.27/swarm_unlockkey.R tests/testthat/sample_responses/v1.27/system_auth.R tests/testthat/sample_responses/v1.27/system_df.R tests/testthat/sample_responses/v1.27/system_events.R tests/testthat/sample_responses/v1.27/system_info.R tests/testthat/sample_responses/v1.27/system_ping.R tests/testthat/sample_responses/v1.27/system_version.R tests/testthat/sample_responses/v1.27/task_inspect.R tests/testthat/sample_responses/v1.27/task_list.R tests/testthat/sample_responses/v1.27/volume_create.R tests/testthat/sample_responses/v1.27/volume_inspect.R tests/testthat/sample_responses/v1.27/volume_list.R tests/testthat/sample_responses/v1.27/volume_prune.R tests/testthat/sample_responses/v1.28/container_changes.R tests/testthat/sample_responses/v1.28/container_create.R tests/testthat/sample_responses/v1.28/container_inspect.R tests/testthat/sample_responses/v1.28/container_list.R tests/testthat/sample_responses/v1.28/container_prune.R tests/testthat/sample_responses/v1.28/container_start.R tests/testthat/sample_responses/v1.28/container_stats.R tests/testthat/sample_responses/v1.28/container_top.R tests/testthat/sample_responses/v1.28/container_update.R tests/testthat/sample_responses/v1.28/container_wait.R tests/testthat/sample_responses/v1.28/exec_create.R tests/testthat/sample_responses/v1.28/exec_inspect.R tests/testthat/sample_responses/v1.28/image_commit.R tests/testthat/sample_responses/v1.28/image_delete.R tests/testthat/sample_responses/v1.28/image_history.R tests/testthat/sample_responses/v1.28/image_inspect.R tests/testthat/sample_responses/v1.28/image_list.R tests/testthat/sample_responses/v1.28/image_prune.R tests/testthat/sample_responses/v1.28/image_search.R tests/testthat/sample_responses/v1.28/network_create.R tests/testthat/sample_responses/v1.28/network_inspect.R tests/testthat/sample_responses/v1.28/network_list.R tests/testthat/sample_responses/v1.28/network_prune.R tests/testthat/sample_responses/v1.28/node_inspect.R tests/testthat/sample_responses/v1.28/node_list.R tests/testthat/sample_responses/v1.28/plugin_inspect.R tests/testthat/sample_responses/v1.28/plugin_list.R tests/testthat/sample_responses/v1.28/plugin_privileges.R tests/testthat/sample_responses/v1.28/plugin_remove.R tests/testthat/sample_responses/v1.28/secret_create.R tests/testthat/sample_responses/v1.28/secret_inspect.R tests/testthat/sample_responses/v1.28/secret_list.R tests/testthat/sample_responses/v1.28/service_create.R tests/testthat/sample_responses/v1.28/service_inspect.R tests/testthat/sample_responses/v1.28/service_list.R tests/testthat/sample_responses/v1.28/service_update.R tests/testthat/sample_responses/v1.28/swarm_init.R tests/testthat/sample_responses/v1.28/swarm_inspect.R tests/testthat/sample_responses/v1.28/swarm_unlockkey.R tests/testthat/sample_responses/v1.28/system_auth.R tests/testthat/sample_responses/v1.28/system_df.R tests/testthat/sample_responses/v1.28/system_events.R tests/testthat/sample_responses/v1.28/system_info.R tests/testthat/sample_responses/v1.28/system_ping.R tests/testthat/sample_responses/v1.28/system_version.R tests/testthat/sample_responses/v1.28/task_inspect.R tests/testthat/sample_responses/v1.28/task_list.R tests/testthat/sample_responses/v1.28/volume_create.R tests/testthat/sample_responses/v1.28/volume_inspect.R tests/testthat/sample_responses/v1.28/volume_list.R tests/testthat/sample_responses/v1.28/volume_prune.R tests/testthat/sample_responses/v1.29/container_changes.R tests/testthat/sample_responses/v1.29/container_create.R tests/testthat/sample_responses/v1.29/container_inspect.R tests/testthat/sample_responses/v1.29/container_list.R tests/testthat/sample_responses/v1.29/container_prune.R tests/testthat/sample_responses/v1.29/container_start.R tests/testthat/sample_responses/v1.29/container_stats.R tests/testthat/sample_responses/v1.29/container_top.R tests/testthat/sample_responses/v1.29/container_update.R tests/testthat/sample_responses/v1.29/container_wait.R tests/testthat/sample_responses/v1.29/exec_create.R tests/testthat/sample_responses/v1.29/exec_inspect.R tests/testthat/sample_responses/v1.29/image_commit.R tests/testthat/sample_responses/v1.29/image_delete.R tests/testthat/sample_responses/v1.29/image_history.R tests/testthat/sample_responses/v1.29/image_inspect.R tests/testthat/sample_responses/v1.29/image_list.R tests/testthat/sample_responses/v1.29/image_prune.R tests/testthat/sample_responses/v1.29/image_search.R tests/testthat/sample_responses/v1.29/network_create.R tests/testthat/sample_responses/v1.29/network_inspect.R tests/testthat/sample_responses/v1.29/network_list.R tests/testthat/sample_responses/v1.29/network_prune.R tests/testthat/sample_responses/v1.29/node_inspect.R tests/testthat/sample_responses/v1.29/node_list.R tests/testthat/sample_responses/v1.29/plugin_inspect.R tests/testthat/sample_responses/v1.29/plugin_list.R tests/testthat/sample_responses/v1.29/plugin_privileges.R tests/testthat/sample_responses/v1.29/plugin_remove.R tests/testthat/sample_responses/v1.29/secret_create.R tests/testthat/sample_responses/v1.29/secret_inspect.R tests/testthat/sample_responses/v1.29/secret_list.R tests/testthat/sample_responses/v1.29/service_create.R tests/testthat/sample_responses/v1.29/service_inspect.R tests/testthat/sample_responses/v1.29/service_list.R tests/testthat/sample_responses/v1.29/service_update.R tests/testthat/sample_responses/v1.29/swarm_init.R tests/testthat/sample_responses/v1.29/swarm_inspect.R tests/testthat/sample_responses/v1.29/swarm_unlockkey.R tests/testthat/sample_responses/v1.29/system_auth.R tests/testthat/sample_responses/v1.29/system_df.R tests/testthat/sample_responses/v1.29/system_events.R tests/testthat/sample_responses/v1.29/system_info.R tests/testthat/sample_responses/v1.29/system_ping.R tests/testthat/sample_responses/v1.29/system_version.R tests/testthat/sample_responses/v1.29/task_inspect.R tests/testthat/sample_responses/v1.29/task_list.R tests/testthat/sample_responses/v1.29/volume_create.R tests/testthat/sample_responses/v1.29/volume_inspect.R tests/testthat/sample_responses/v1.29/volume_list.R tests/testthat/sample_responses/v1.29/volume_prune.R tests/testthat/sample_responses/v1.30/config_create.R tests/testthat/sample_responses/v1.30/config_inspect.R tests/testthat/sample_responses/v1.30/config_list.R tests/testthat/sample_responses/v1.30/container_changes.R tests/testthat/sample_responses/v1.30/container_create.R tests/testthat/sample_responses/v1.30/container_inspect.R tests/testthat/sample_responses/v1.30/container_list.R tests/testthat/sample_responses/v1.30/container_prune.R tests/testthat/sample_responses/v1.30/container_start.R tests/testthat/sample_responses/v1.30/container_stats.R tests/testthat/sample_responses/v1.30/container_top.R tests/testthat/sample_responses/v1.30/container_update.R tests/testthat/sample_responses/v1.30/container_wait.R tests/testthat/sample_responses/v1.30/exec_create.R tests/testthat/sample_responses/v1.30/exec_inspect.R tests/testthat/sample_responses/v1.30/image_commit.R tests/testthat/sample_responses/v1.30/image_delete.R tests/testthat/sample_responses/v1.30/image_history.R tests/testthat/sample_responses/v1.30/image_inspect.R tests/testthat/sample_responses/v1.30/image_list.R tests/testthat/sample_responses/v1.30/image_prune.R tests/testthat/sample_responses/v1.30/image_search.R tests/testthat/sample_responses/v1.30/network_create.R tests/testthat/sample_responses/v1.30/network_inspect.R tests/testthat/sample_responses/v1.30/network_list.R tests/testthat/sample_responses/v1.30/network_prune.R tests/testthat/sample_responses/v1.30/node_inspect.R
tests/testthat/sample_responses/v1.30/node_inspect.json
tests/testthat/sample_responses/v1.30/node_list.R tests/testthat/sample_responses/v1.30/plugin_inspect.R
tests/testthat/sample_responses/v1.30/plugin_inspect.json
tests/testthat/sample_responses/v1.30/plugin_list.R
tests/testthat/sample_responses/v1.30/plugin_list.json
tests/testthat/sample_responses/v1.30/plugin_privileges.R tests/testthat/sample_responses/v1.30/plugin_remove.R tests/testthat/sample_responses/v1.30/secret_create.R tests/testthat/sample_responses/v1.30/secret_inspect.R tests/testthat/sample_responses/v1.30/secret_list.R tests/testthat/sample_responses/v1.30/service_create.R tests/testthat/sample_responses/v1.30/service_inspect.R tests/testthat/sample_responses/v1.30/service_list.R tests/testthat/sample_responses/v1.30/service_update.R tests/testthat/sample_responses/v1.30/swarm_init.R tests/testthat/sample_responses/v1.30/swarm_inspect.R tests/testthat/sample_responses/v1.30/swarm_unlockkey.R tests/testthat/sample_responses/v1.30/system_auth.R tests/testthat/sample_responses/v1.30/system_df.R tests/testthat/sample_responses/v1.30/system_distribution.R
tests/testthat/sample_responses/v1.30/system_distribution.json
tests/testthat/sample_responses/v1.30/system_events.R tests/testthat/sample_responses/v1.30/system_info.R tests/testthat/sample_responses/v1.30/system_ping.R tests/testthat/sample_responses/v1.30/system_version.R tests/testthat/sample_responses/v1.30/task_inspect.R tests/testthat/sample_responses/v1.30/task_list.R tests/testthat/sample_responses/v1.30/volume_create.R tests/testthat/sample_responses/v1.30/volume_inspect.R tests/testthat/sample_responses/v1.30/volume_list.R tests/testthat/sample_responses/v1.30/volume_prune.R tests/testthat/sample_responses/v1.31/config_create.R tests/testthat/sample_responses/v1.31/config_inspect.R tests/testthat/sample_responses/v1.31/config_list.R tests/testthat/sample_responses/v1.31/container_changes.R tests/testthat/sample_responses/v1.31/container_create.R tests/testthat/sample_responses/v1.31/container_inspect.R tests/testthat/sample_responses/v1.31/container_list.R tests/testthat/sample_responses/v1.31/container_prune.R tests/testthat/sample_responses/v1.31/container_start.R tests/testthat/sample_responses/v1.31/container_stats.R tests/testthat/sample_responses/v1.31/container_top.R tests/testthat/sample_responses/v1.31/container_update.R tests/testthat/sample_responses/v1.31/container_wait.R tests/testthat/sample_responses/v1.31/exec_create.R tests/testthat/sample_responses/v1.31/exec_inspect.R tests/testthat/sample_responses/v1.31/image_build_clean.R tests/testthat/sample_responses/v1.31/image_commit.R tests/testthat/sample_responses/v1.31/image_delete.R tests/testthat/sample_responses/v1.31/image_history.R tests/testthat/sample_responses/v1.31/image_inspect.R tests/testthat/sample_responses/v1.31/image_list.R tests/testthat/sample_responses/v1.31/image_prune.R tests/testthat/sample_responses/v1.31/image_search.R tests/testthat/sample_responses/v1.31/network_create.R tests/testthat/sample_responses/v1.31/network_inspect.R tests/testthat/sample_responses/v1.31/network_list.R tests/testthat/sample_responses/v1.31/network_prune.R tests/testthat/sample_responses/v1.31/node_inspect.R tests/testthat/sample_responses/v1.31/node_list.R tests/testthat/sample_responses/v1.31/plugin_inspect.R
tests/testthat/sample_responses/v1.31/plugin_inspect.json
tests/testthat/sample_responses/v1.31/plugin_list.R
tests/testthat/sample_responses/v1.31/plugin_list.json
tests/testthat/sample_responses/v1.31/plugin_privileges.R tests/testthat/sample_responses/v1.31/plugin_remove.R tests/testthat/sample_responses/v1.31/secret_create.R tests/testthat/sample_responses/v1.31/secret_inspect.R tests/testthat/sample_responses/v1.31/secret_list.R tests/testthat/sample_responses/v1.31/service_create.R tests/testthat/sample_responses/v1.31/service_inspect.R tests/testthat/sample_responses/v1.31/service_list.R tests/testthat/sample_responses/v1.31/service_update.R tests/testthat/sample_responses/v1.31/swarm_init.R tests/testthat/sample_responses/v1.31/swarm_inspect.R tests/testthat/sample_responses/v1.31/swarm_unlockkey.R tests/testthat/sample_responses/v1.31/system_auth.R tests/testthat/sample_responses/v1.31/system_df.R tests/testthat/sample_responses/v1.31/system_distribution.R tests/testthat/sample_responses/v1.31/system_events.R tests/testthat/sample_responses/v1.31/system_info.R tests/testthat/sample_responses/v1.31/system_ping.R tests/testthat/sample_responses/v1.31/system_version.R tests/testthat/sample_responses/v1.31/task_inspect.R tests/testthat/sample_responses/v1.31/task_list.R tests/testthat/sample_responses/v1.31/volume_create.R tests/testthat/sample_responses/v1.31/volume_inspect.R tests/testthat/sample_responses/v1.31/volume_list.R tests/testthat/sample_responses/v1.31/volume_prune.R tests/testthat/sample_responses/v1.32/config_create.R tests/testthat/sample_responses/v1.32/config_inspect.R tests/testthat/sample_responses/v1.32/config_list.R tests/testthat/sample_responses/v1.32/container_changes.R tests/testthat/sample_responses/v1.32/container_create.R tests/testthat/sample_responses/v1.32/container_inspect.R tests/testthat/sample_responses/v1.32/container_list.R tests/testthat/sample_responses/v1.32/container_prune.R tests/testthat/sample_responses/v1.32/container_start.R tests/testthat/sample_responses/v1.32/container_stats.R tests/testthat/sample_responses/v1.32/container_top.R tests/testthat/sample_responses/v1.32/container_update.R tests/testthat/sample_responses/v1.32/container_wait.R tests/testthat/sample_responses/v1.32/exec_create.R tests/testthat/sample_responses/v1.32/exec_inspect.R tests/testthat/sample_responses/v1.32/image_build_clean.R tests/testthat/sample_responses/v1.32/image_commit.R tests/testthat/sample_responses/v1.32/image_delete.R tests/testthat/sample_responses/v1.32/image_history.R tests/testthat/sample_responses/v1.32/image_inspect.R tests/testthat/sample_responses/v1.32/image_list.R tests/testthat/sample_responses/v1.32/image_prune.R tests/testthat/sample_responses/v1.32/image_search.R tests/testthat/sample_responses/v1.32/network_create.R tests/testthat/sample_responses/v1.32/network_inspect.R tests/testthat/sample_responses/v1.32/network_list.R tests/testthat/sample_responses/v1.32/network_prune.R tests/testthat/sample_responses/v1.32/node_inspect.R
tests/testthat/sample_responses/v1.32/node_inspect.json
tests/testthat/sample_responses/v1.32/node_list.R
tests/testthat/sample_responses/v1.32/node_list.json
tests/testthat/sample_responses/v1.32/plugin_inspect.R
tests/testthat/sample_responses/v1.32/plugin_inspect.json
tests/testthat/sample_responses/v1.32/plugin_list.R
tests/testthat/sample_responses/v1.32/plugin_list.json
tests/testthat/sample_responses/v1.32/plugin_privileges.R tests/testthat/sample_responses/v1.32/plugin_remove.R tests/testthat/sample_responses/v1.32/secret_create.R tests/testthat/sample_responses/v1.32/secret_inspect.R tests/testthat/sample_responses/v1.32/secret_list.R tests/testthat/sample_responses/v1.32/service_create.R tests/testthat/sample_responses/v1.32/service_inspect.R tests/testthat/sample_responses/v1.32/service_list.R tests/testthat/sample_responses/v1.32/service_update.R tests/testthat/sample_responses/v1.32/swarm_init.R tests/testthat/sample_responses/v1.32/swarm_inspect.R
tests/testthat/sample_responses/v1.32/swarm_inspect.json
tests/testthat/sample_responses/v1.32/swarm_unlockkey.R tests/testthat/sample_responses/v1.32/system_auth.R tests/testthat/sample_responses/v1.32/system_df.R tests/testthat/sample_responses/v1.32/system_distribution.R tests/testthat/sample_responses/v1.32/system_events.R tests/testthat/sample_responses/v1.32/system_info.R
tests/testthat/sample_responses/v1.32/system_info.json
tests/testthat/sample_responses/v1.32/system_ping.R tests/testthat/sample_responses/v1.32/system_version.R tests/testthat/sample_responses/v1.32/task_inspect.R tests/testthat/sample_responses/v1.32/task_list.R tests/testthat/sample_responses/v1.32/volume_create.R tests/testthat/sample_responses/v1.32/volume_inspect.R tests/testthat/sample_responses/v1.32/volume_list.R tests/testthat/sample_responses/v1.32/volume_prune.R tests/testthat/sample_responses/v1.33/config_create.R tests/testthat/sample_responses/v1.33/config_inspect.R tests/testthat/sample_responses/v1.33/config_list.R tests/testthat/sample_responses/v1.33/container_changes.R tests/testthat/sample_responses/v1.33/container_create.R tests/testthat/sample_responses/v1.33/container_inspect.R tests/testthat/sample_responses/v1.33/container_list.R tests/testthat/sample_responses/v1.33/container_prune.R tests/testthat/sample_responses/v1.33/container_start.R tests/testthat/sample_responses/v1.33/container_stats.R tests/testthat/sample_responses/v1.33/container_top.R tests/testthat/sample_responses/v1.33/container_update.R tests/testthat/sample_responses/v1.33/container_wait.R tests/testthat/sample_responses/v1.33/exec_create.R tests/testthat/sample_responses/v1.33/exec_inspect.R tests/testthat/sample_responses/v1.33/image_build_clean.R tests/testthat/sample_responses/v1.33/image_commit.R tests/testthat/sample_responses/v1.33/image_delete.R tests/testthat/sample_responses/v1.33/image_history.R tests/testthat/sample_responses/v1.33/image_inspect.R tests/testthat/sample_responses/v1.33/image_list.R tests/testthat/sample_responses/v1.33/image_prune.R tests/testthat/sample_responses/v1.33/image_search.R tests/testthat/sample_responses/v1.33/network_create.R tests/testthat/sample_responses/v1.33/network_inspect.R tests/testthat/sample_responses/v1.33/network_list.R tests/testthat/sample_responses/v1.33/network_prune.R tests/testthat/sample_responses/v1.33/node_inspect.R
tests/testthat/sample_responses/v1.33/node_inspect.json
tests/testthat/sample_responses/v1.33/node_list.R
tests/testthat/sample_responses/v1.33/node_list.json
tests/testthat/sample_responses/v1.33/plugin_inspect.R
tests/testthat/sample_responses/v1.33/plugin_inspect.json
tests/testthat/sample_responses/v1.33/plugin_list.R
tests/testthat/sample_responses/v1.33/plugin_list.json
tests/testthat/sample_responses/v1.33/plugin_privileges.R tests/testthat/sample_responses/v1.33/plugin_remove.R tests/testthat/sample_responses/v1.33/secret_create.R tests/testthat/sample_responses/v1.33/secret_inspect.R tests/testthat/sample_responses/v1.33/secret_list.R tests/testthat/sample_responses/v1.33/service_create.R tests/testthat/sample_responses/v1.33/service_inspect.R tests/testthat/sample_responses/v1.33/service_list.R tests/testthat/sample_responses/v1.33/service_update.R tests/testthat/sample_responses/v1.33/swarm_init.R tests/testthat/sample_responses/v1.33/swarm_inspect.R
tests/testthat/sample_responses/v1.33/swarm_inspect.json
tests/testthat/sample_responses/v1.33/swarm_unlockkey.R tests/testthat/sample_responses/v1.33/system_auth.R tests/testthat/sample_responses/v1.33/system_df.R tests/testthat/sample_responses/v1.33/system_distribution.R tests/testthat/sample_responses/v1.33/system_events.R tests/testthat/sample_responses/v1.33/system_info.R
tests/testthat/sample_responses/v1.33/system_info.json
tests/testthat/sample_responses/v1.33/system_ping.R tests/testthat/sample_responses/v1.33/system_version.R tests/testthat/sample_responses/v1.33/task_inspect.R tests/testthat/sample_responses/v1.33/task_list.R tests/testthat/sample_responses/v1.33/volume_create.R tests/testthat/sample_responses/v1.33/volume_inspect.R tests/testthat/sample_responses/v1.33/volume_list.R tests/testthat/sample_responses/v1.33/volume_prune.R tests/testthat/sample_responses/v1.34/config_create.R tests/testthat/sample_responses/v1.34/config_inspect.R tests/testthat/sample_responses/v1.34/config_list.R tests/testthat/sample_responses/v1.34/container_changes.R
tests/testthat/sample_responses/v1.34/container_changes.json
tests/testthat/sample_responses/v1.34/container_create.R
tests/testthat/sample_responses/v1.34/container_create.json
tests/testthat/sample_responses/v1.34/container_inspect.R
tests/testthat/sample_responses/v1.34/container_inspect.json
tests/testthat/sample_responses/v1.34/container_list.R
tests/testthat/sample_responses/v1.34/container_list.json
tests/testthat/sample_responses/v1.34/container_prune.R
tests/testthat/sample_responses/v1.34/container_prune.json
tests/testthat/sample_responses/v1.34/container_start.R tests/testthat/sample_responses/v1.34/container_stats.R
tests/testthat/sample_responses/v1.34/container_stats.json
tests/testthat/sample_responses/v1.34/container_top.R
tests/testthat/sample_responses/v1.34/container_top.json
tests/testthat/sample_responses/v1.34/container_update.R tests/testthat/sample_responses/v1.34/container_wait.R tests/testthat/sample_responses/v1.34/exec_create.R tests/testthat/sample_responses/v1.34/exec_inspect.R
tests/testthat/sample_responses/v1.34/exec_inspect.json
tests/testthat/sample_responses/v1.34/image_build_clean.R
tests/testthat/sample_responses/v1.34/image_build_clean.json
tests/testthat/sample_responses/v1.34/image_commit.R tests/testthat/sample_responses/v1.34/image_delete.R
tests/testthat/sample_responses/v1.34/image_delete.json
tests/testthat/sample_responses/v1.34/image_history.R
tests/testthat/sample_responses/v1.34/image_history.json
tests/testthat/sample_responses/v1.34/image_inspect.R
tests/testthat/sample_responses/v1.34/image_inspect.json
tests/testthat/sample_responses/v1.34/image_list.R
tests/testthat/sample_responses/v1.34/image_list.json
tests/testthat/sample_responses/v1.34/image_prune.R
tests/testthat/sample_responses/v1.34/image_prune.json
tests/testthat/sample_responses/v1.34/image_search.R
tests/testthat/sample_responses/v1.34/image_search.json
tests/testthat/sample_responses/v1.34/network_create.R
tests/testthat/sample_responses/v1.34/network_create.json
tests/testthat/sample_responses/v1.34/network_inspect.R
tests/testthat/sample_responses/v1.34/network_inspect.json
tests/testthat/sample_responses/v1.34/network_list.R
tests/testthat/sample_responses/v1.34/network_list.json
tests/testthat/sample_responses/v1.34/network_prune.R
tests/testthat/sample_responses/v1.34/network_prune.json
tests/testthat/sample_responses/v1.34/node_inspect.R
tests/testthat/sample_responses/v1.34/node_inspect.json
tests/testthat/sample_responses/v1.34/node_list.R
tests/testthat/sample_responses/v1.34/node_list.json
tests/testthat/sample_responses/v1.34/plugin_inspect.R
tests/testthat/sample_responses/v1.34/plugin_inspect.json
tests/testthat/sample_responses/v1.34/plugin_list.R
tests/testthat/sample_responses/v1.34/plugin_list.json
tests/testthat/sample_responses/v1.34/plugin_privileges.R tests/testthat/sample_responses/v1.34/plugin_remove.R tests/testthat/sample_responses/v1.34/secret_create.R tests/testthat/sample_responses/v1.34/secret_inspect.R tests/testthat/sample_responses/v1.34/secret_list.R tests/testthat/sample_responses/v1.34/service_create.R tests/testthat/sample_responses/v1.34/service_inspect.R tests/testthat/sample_responses/v1.34/service_list.R tests/testthat/sample_responses/v1.34/service_update.R tests/testthat/sample_responses/v1.34/swarm_init.R tests/testthat/sample_responses/v1.34/swarm_inspect.R
tests/testthat/sample_responses/v1.34/swarm_inspect.json
tests/testthat/sample_responses/v1.34/swarm_unlockkey.R tests/testthat/sample_responses/v1.34/system_auth.R
tests/testthat/sample_responses/v1.34/system_auth.json
tests/testthat/sample_responses/v1.34/system_df.R
tests/testthat/sample_responses/v1.34/system_df.json
tests/testthat/sample_responses/v1.34/system_distribution.R tests/testthat/sample_responses/v1.34/system_events.R
tests/testthat/sample_responses/v1.34/system_events.json
tests/testthat/sample_responses/v1.34/system_info.R
tests/testthat/sample_responses/v1.34/system_info.json
tests/testthat/sample_responses/v1.34/system_ping.R tests/testthat/sample_responses/v1.34/system_version.R
tests/testthat/sample_responses/v1.34/system_version.json
tests/testthat/sample_responses/v1.34/task_inspect.R tests/testthat/sample_responses/v1.34/task_list.R tests/testthat/sample_responses/v1.34/volume_create.R
tests/testthat/sample_responses/v1.34/volume_create.json
tests/testthat/sample_responses/v1.34/volume_inspect.R
tests/testthat/sample_responses/v1.34/volume_inspect.json
tests/testthat/sample_responses/v1.34/volume_list.R
tests/testthat/sample_responses/v1.34/volume_list.json
tests/testthat/sample_responses/v1.34/volume_prune.R
tests/testthat/sample_responses/v1.34/volume_prune.json
tests/testthat/sample_responses/v1.35/config_create.R tests/testthat/sample_responses/v1.35/config_inspect.R tests/testthat/sample_responses/v1.35/config_list.R tests/testthat/sample_responses/v1.35/container_changes.R
tests/testthat/sample_responses/v1.35/container_changes.json
tests/testthat/sample_responses/v1.35/container_create.R
tests/testthat/sample_responses/v1.35/container_create.json
tests/testthat/sample_responses/v1.35/container_inspect.R
tests/testthat/sample_responses/v1.35/container_inspect.json
tests/testthat/sample_responses/v1.35/container_list.R
tests/testthat/sample_responses/v1.35/container_list.json
tests/testthat/sample_responses/v1.35/container_prune.R
tests/testthat/sample_responses/v1.35/container_prune.json
tests/testthat/sample_responses/v1.35/container_start.R tests/testthat/sample_responses/v1.35/container_stats.R
tests/testthat/sample_responses/v1.35/container_stats.json
tests/testthat/sample_responses/v1.35/container_top.R
tests/testthat/sample_responses/v1.35/container_top.json
tests/testthat/sample_responses/v1.35/container_update.R tests/testthat/sample_responses/v1.35/container_wait.R tests/testthat/sample_responses/v1.35/exec_create.R tests/testthat/sample_responses/v1.35/exec_inspect.R
tests/testthat/sample_responses/v1.35/exec_inspect.json
tests/testthat/sample_responses/v1.35/image_build_clean.R
tests/testthat/sample_responses/v1.35/image_build_clean.json
tests/testthat/sample_responses/v1.35/image_commit.R tests/testthat/sample_responses/v1.35/image_delete.R
tests/testthat/sample_responses/v1.35/image_delete.json
tests/testthat/sample_responses/v1.35/image_history.R
tests/testthat/sample_responses/v1.35/image_history.json
tests/testthat/sample_responses/v1.35/image_inspect.R
tests/testthat/sample_responses/v1.35/image_inspect.json
tests/testthat/sample_responses/v1.35/image_list.R
tests/testthat/sample_responses/v1.35/image_list.json
tests/testthat/sample_responses/v1.35/image_prune.R
tests/testthat/sample_responses/v1.35/image_prune.json
tests/testthat/sample_responses/v1.35/image_search.R
tests/testthat/sample_responses/v1.35/image_search.json
tests/testthat/sample_responses/v1.35/network_create.R
tests/testthat/sample_responses/v1.35/network_create.json
tests/testthat/sample_responses/v1.35/network_inspect.R
tests/testthat/sample_responses/v1.35/network_inspect.json
tests/testthat/sample_responses/v1.35/network_list.R
tests/testthat/sample_responses/v1.35/network_list.json
tests/testthat/sample_responses/v1.35/network_prune.R
tests/testthat/sample_responses/v1.35/network_prune.json
tests/testthat/sample_responses/v1.35/node_inspect.R
tests/testthat/sample_responses/v1.35/node_inspect.json
tests/testthat/sample_responses/v1.35/node_list.R
tests/testthat/sample_responses/v1.35/node_list.json
tests/testthat/sample_responses/v1.35/plugin_inspect.R
tests/testthat/sample_responses/v1.35/plugin_inspect.json
tests/testthat/sample_responses/v1.35/plugin_list.R
tests/testthat/sample_responses/v1.35/plugin_list.json
tests/testthat/sample_responses/v1.35/plugin_privileges.R tests/testthat/sample_responses/v1.35/plugin_remove.R tests/testthat/sample_responses/v1.35/secret_create.R tests/testthat/sample_responses/v1.35/secret_inspect.R tests/testthat/sample_responses/v1.35/secret_list.R tests/testthat/sample_responses/v1.35/service_create.R tests/testthat/sample_responses/v1.35/service_inspect.R tests/testthat/sample_responses/v1.35/service_list.R tests/testthat/sample_responses/v1.35/service_update.R tests/testthat/sample_responses/v1.35/swarm_init.R tests/testthat/sample_responses/v1.35/swarm_inspect.R
tests/testthat/sample_responses/v1.35/swarm_inspect.json
tests/testthat/sample_responses/v1.35/swarm_unlockkey.R tests/testthat/sample_responses/v1.35/system_auth.R
tests/testthat/sample_responses/v1.35/system_auth.json
tests/testthat/sample_responses/v1.35/system_df.R
tests/testthat/sample_responses/v1.35/system_df.json
tests/testthat/sample_responses/v1.35/system_distribution.R tests/testthat/sample_responses/v1.35/system_events.R
tests/testthat/sample_responses/v1.35/system_events.json
tests/testthat/sample_responses/v1.35/system_info.R
tests/testthat/sample_responses/v1.35/system_info.json
tests/testthat/sample_responses/v1.35/system_ping.R tests/testthat/sample_responses/v1.35/system_version.R
tests/testthat/sample_responses/v1.35/system_version.json
tests/testthat/sample_responses/v1.35/task_inspect.R tests/testthat/sample_responses/v1.35/task_list.R tests/testthat/sample_responses/v1.35/volume_create.R
tests/testthat/sample_responses/v1.35/volume_create.json
tests/testthat/sample_responses/v1.35/volume_inspect.R
tests/testthat/sample_responses/v1.35/volume_inspect.json
tests/testthat/sample_responses/v1.35/volume_list.R
tests/testthat/sample_responses/v1.35/volume_list.json
tests/testthat/sample_responses/v1.35/volume_prune.R
tests/testthat/sample_responses/v1.35/volume_prune.json
tests/testthat/sample_responses/v1.36/config_create.R tests/testthat/sample_responses/v1.36/config_inspect.R tests/testthat/sample_responses/v1.36/config_list.R tests/testthat/sample_responses/v1.36/container_changes.R
tests/testthat/sample_responses/v1.36/container_changes.json
tests/testthat/sample_responses/v1.36/container_create.R
tests/testthat/sample_responses/v1.36/container_create.json
tests/testthat/sample_responses/v1.36/container_inspect.R
tests/testthat/sample_responses/v1.36/container_inspect.json
tests/testthat/sample_responses/v1.36/container_list.R
tests/testthat/sample_responses/v1.36/container_list.json
tests/testthat/sample_responses/v1.36/container_prune.R
tests/testthat/sample_responses/v1.36/container_prune.json
tests/testthat/sample_responses/v1.36/container_start.R tests/testthat/sample_responses/v1.36/container_stats.R
tests/testthat/sample_responses/v1.36/container_stats.json
tests/testthat/sample_responses/v1.36/container_top.R
tests/testthat/sample_responses/v1.36/container_top.json
tests/testthat/sample_responses/v1.36/container_update.R tests/testthat/sample_responses/v1.36/container_wait.R tests/testthat/sample_responses/v1.36/exec_create.R tests/testthat/sample_responses/v1.36/exec_inspect.R
tests/testthat/sample_responses/v1.36/exec_inspect.json
tests/testthat/sample_responses/v1.36/image_build_clean.R
tests/testthat/sample_responses/v1.36/image_build_clean.json
tests/testthat/sample_responses/v1.36/image_commit.R tests/testthat/sample_responses/v1.36/image_delete.R
tests/testthat/sample_responses/v1.36/image_delete.json
tests/testthat/sample_responses/v1.36/image_history.R
tests/testthat/sample_responses/v1.36/image_history.json
tests/testthat/sample_responses/v1.36/image_inspect.R
tests/testthat/sample_responses/v1.36/image_inspect.json
tests/testthat/sample_responses/v1.36/image_list.R
tests/testthat/sample_responses/v1.36/image_list.json
tests/testthat/sample_responses/v1.36/image_prune.R
tests/testthat/sample_responses/v1.36/image_prune.json
tests/testthat/sample_responses/v1.36/image_search.R
tests/testthat/sample_responses/v1.36/image_search.json
tests/testthat/sample_responses/v1.36/network_create.R
tests/testthat/sample_responses/v1.36/network_create.json
tests/testthat/sample_responses/v1.36/network_inspect.R
tests/testthat/sample_responses/v1.36/network_inspect.json
tests/testthat/sample_responses/v1.36/network_list.R
tests/testthat/sample_responses/v1.36/network_list.json
tests/testthat/sample_responses/v1.36/network_prune.R
tests/testthat/sample_responses/v1.36/network_prune.json
tests/testthat/sample_responses/v1.36/node_inspect.R
tests/testthat/sample_responses/v1.36/node_inspect.json
tests/testthat/sample_responses/v1.36/node_list.R
tests/testthat/sample_responses/v1.36/node_list.json
tests/testthat/sample_responses/v1.36/plugin_inspect.R
tests/testthat/sample_responses/v1.36/plugin_inspect.json
tests/testthat/sample_responses/v1.36/plugin_list.R
tests/testthat/sample_responses/v1.36/plugin_list.json
tests/testthat/sample_responses/v1.36/plugin_privileges.R tests/testthat/sample_responses/v1.36/plugin_remove.R tests/testthat/sample_responses/v1.36/secret_create.R tests/testthat/sample_responses/v1.36/secret_inspect.R tests/testthat/sample_responses/v1.36/secret_list.R tests/testthat/sample_responses/v1.36/service_create.R tests/testthat/sample_responses/v1.36/service_inspect.R tests/testthat/sample_responses/v1.36/service_list.R tests/testthat/sample_responses/v1.36/service_update.R tests/testthat/sample_responses/v1.36/swarm_init.R tests/testthat/sample_responses/v1.36/swarm_inspect.R
tests/testthat/sample_responses/v1.36/swarm_inspect.json
tests/testthat/sample_responses/v1.36/swarm_unlockkey.R tests/testthat/sample_responses/v1.36/system_auth.R
tests/testthat/sample_responses/v1.36/system_auth.json
tests/testthat/sample_responses/v1.36/system_df.R
tests/testthat/sample_responses/v1.36/system_df.json
tests/testthat/sample_responses/v1.36/system_distribution.R tests/testthat/sample_responses/v1.36/system_events.R
tests/testthat/sample_responses/v1.36/system_events.json
tests/testthat/sample_responses/v1.36/system_info.R
tests/testthat/sample_responses/v1.36/system_info.json
tests/testthat/sample_responses/v1.36/system_ping.R tests/testthat/sample_responses/v1.36/system_version.R
tests/testthat/sample_responses/v1.36/system_version.json
tests/testthat/sample_responses/v1.36/task_inspect.R tests/testthat/sample_responses/v1.36/task_list.R tests/testthat/sample_responses/v1.36/volume_create.R
tests/testthat/sample_responses/v1.36/volume_create.json
tests/testthat/sample_responses/v1.36/volume_inspect.R
tests/testthat/sample_responses/v1.36/volume_inspect.json
tests/testthat/sample_responses/v1.36/volume_list.R
tests/testthat/sample_responses/v1.36/volume_list.json
tests/testthat/sample_responses/v1.36/volume_prune.R
tests/testthat/sample_responses/v1.36/volume_prune.json
tests/testthat/sample_responses/v1.37/config_create.R tests/testthat/sample_responses/v1.37/config_inspect.R tests/testthat/sample_responses/v1.37/config_list.R tests/testthat/sample_responses/v1.37/container_changes.R tests/testthat/sample_responses/v1.37/container_create.R tests/testthat/sample_responses/v1.37/container_inspect.R tests/testthat/sample_responses/v1.37/container_list.R tests/testthat/sample_responses/v1.37/container_prune.R tests/testthat/sample_responses/v1.37/container_start.R tests/testthat/sample_responses/v1.37/container_stats.R tests/testthat/sample_responses/v1.37/container_top.R tests/testthat/sample_responses/v1.37/container_update.R tests/testthat/sample_responses/v1.37/container_wait.R tests/testthat/sample_responses/v1.37/exec_create.R tests/testthat/sample_responses/v1.37/exec_inspect.R tests/testthat/sample_responses/v1.37/image_build_clean.R tests/testthat/sample_responses/v1.37/image_commit.R tests/testthat/sample_responses/v1.37/image_delete.R tests/testthat/sample_responses/v1.37/image_history.R tests/testthat/sample_responses/v1.37/image_inspect.R tests/testthat/sample_responses/v1.37/image_list.R tests/testthat/sample_responses/v1.37/image_prune.R tests/testthat/sample_responses/v1.37/image_search.R tests/testthat/sample_responses/v1.37/network_create.R tests/testthat/sample_responses/v1.37/network_inspect.R tests/testthat/sample_responses/v1.37/network_list.R tests/testthat/sample_responses/v1.37/network_prune.R tests/testthat/sample_responses/v1.37/node_inspect.R
tests/testthat/sample_responses/v1.37/node_inspect.json
tests/testthat/sample_responses/v1.37/node_list.R
tests/testthat/sample_responses/v1.37/node_list.json
tests/testthat/sample_responses/v1.37/plugin_inspect.R
tests/testthat/sample_responses/v1.37/plugin_inspect.json
tests/testthat/sample_responses/v1.37/plugin_list.R
tests/testthat/sample_responses/v1.37/plugin_list.json
tests/testthat/sample_responses/v1.37/plugin_privileges.R tests/testthat/sample_responses/v1.37/plugin_remove.R tests/testthat/sample_responses/v1.37/secret_create.R tests/testthat/sample_responses/v1.37/secret_inspect.R tests/testthat/sample_responses/v1.37/secret_list.R tests/testthat/sample_responses/v1.37/service_create.R tests/testthat/sample_responses/v1.37/service_inspect.R tests/testthat/sample_responses/v1.37/service_list.R tests/testthat/sample_responses/v1.37/service_update.R tests/testthat/sample_responses/v1.37/swarm_init.R tests/testthat/sample_responses/v1.37/swarm_inspect.R
tests/testthat/sample_responses/v1.37/swarm_inspect.json
tests/testthat/sample_responses/v1.37/swarm_unlockkey.R tests/testthat/sample_responses/v1.37/system_auth.R tests/testthat/sample_responses/v1.37/system_df.R tests/testthat/sample_responses/v1.37/system_distribution.R tests/testthat/sample_responses/v1.37/system_events.R tests/testthat/sample_responses/v1.37/system_info.R
tests/testthat/sample_responses/v1.37/system_info.json
tests/testthat/sample_responses/v1.37/system_ping.R tests/testthat/sample_responses/v1.37/system_version.R tests/testthat/sample_responses/v1.37/task_inspect.R tests/testthat/sample_responses/v1.37/task_list.R tests/testthat/sample_responses/v1.37/volume_create.R tests/testthat/sample_responses/v1.37/volume_inspect.R tests/testthat/sample_responses/v1.37/volume_list.R tests/testthat/sample_responses/v1.37/volume_prune.R tests/testthat/sample_responses/v1.38/config_create.R tests/testthat/sample_responses/v1.38/config_inspect.R tests/testthat/sample_responses/v1.38/config_list.R tests/testthat/sample_responses/v1.38/container_changes.R tests/testthat/sample_responses/v1.38/container_create.R tests/testthat/sample_responses/v1.38/container_inspect.R tests/testthat/sample_responses/v1.38/container_list.R tests/testthat/sample_responses/v1.38/container_prune.R tests/testthat/sample_responses/v1.38/container_start.R tests/testthat/sample_responses/v1.38/container_stats.R tests/testthat/sample_responses/v1.38/container_top.R tests/testthat/sample_responses/v1.38/container_update.R tests/testthat/sample_responses/v1.38/container_wait.R tests/testthat/sample_responses/v1.38/exec_create.R tests/testthat/sample_responses/v1.38/exec_inspect.R tests/testthat/sample_responses/v1.38/image_build_clean.R tests/testthat/sample_responses/v1.38/image_commit.R tests/testthat/sample_responses/v1.38/image_delete.R tests/testthat/sample_responses/v1.38/image_history.R tests/testthat/sample_responses/v1.38/image_inspect.R tests/testthat/sample_responses/v1.38/image_list.R tests/testthat/sample_responses/v1.38/image_prune.R tests/testthat/sample_responses/v1.38/image_search.R tests/testthat/sample_responses/v1.38/network_create.R tests/testthat/sample_responses/v1.38/network_inspect.R tests/testthat/sample_responses/v1.38/network_list.R tests/testthat/sample_responses/v1.38/network_prune.R tests/testthat/sample_responses/v1.38/node_inspect.R
tests/testthat/sample_responses/v1.38/node_inspect.json
tests/testthat/sample_responses/v1.38/node_list.R
tests/testthat/sample_responses/v1.38/node_list.json
tests/testthat/sample_responses/v1.38/plugin_inspect.R
tests/testthat/sample_responses/v1.38/plugin_inspect.json
tests/testthat/sample_responses/v1.38/plugin_list.R
tests/testthat/sample_responses/v1.38/plugin_list.json
tests/testthat/sample_responses/v1.38/plugin_privileges.R tests/testthat/sample_responses/v1.38/plugin_remove.R tests/testthat/sample_responses/v1.38/rewrite.md tests/testthat/sample_responses/v1.38/secret_create.R tests/testthat/sample_responses/v1.38/secret_inspect.R tests/testthat/sample_responses/v1.38/secret_list.R tests/testthat/sample_responses/v1.38/service_create.R tests/testthat/sample_responses/v1.38/service_inspect.R tests/testthat/sample_responses/v1.38/service_list.R tests/testthat/sample_responses/v1.38/service_update.R tests/testthat/sample_responses/v1.38/swarm_init.R tests/testthat/sample_responses/v1.38/swarm_inspect.R
tests/testthat/sample_responses/v1.38/swarm_inspect.json
tests/testthat/sample_responses/v1.38/swarm_unlockkey.R tests/testthat/sample_responses/v1.38/system_auth.R tests/testthat/sample_responses/v1.38/system_df.R tests/testthat/sample_responses/v1.38/system_distribution.R tests/testthat/sample_responses/v1.38/system_events.R tests/testthat/sample_responses/v1.38/system_info.R
tests/testthat/sample_responses/v1.38/system_info.json
tests/testthat/sample_responses/v1.38/system_ping.R tests/testthat/sample_responses/v1.38/system_version.R tests/testthat/sample_responses/v1.38/task_inspect.R
tests/testthat/sample_responses/v1.38/task_inspect.json
tests/testthat/sample_responses/v1.38/task_list.R tests/testthat/sample_responses/v1.38/volume_create.R tests/testthat/sample_responses/v1.38/volume_inspect.R tests/testthat/sample_responses/v1.38/volume_list.R tests/testthat/sample_responses/v1.38/volume_prune.R tests/testthat/sample_responses/v1.39/config_create.R tests/testthat/sample_responses/v1.39/config_inspect.R tests/testthat/sample_responses/v1.39/config_list.R tests/testthat/sample_responses/v1.39/container_changes.R tests/testthat/sample_responses/v1.39/container_create.R tests/testthat/sample_responses/v1.39/container_inspect.R tests/testthat/sample_responses/v1.39/container_list.R tests/testthat/sample_responses/v1.39/container_prune.R tests/testthat/sample_responses/v1.39/container_start.R tests/testthat/sample_responses/v1.39/container_stats.R tests/testthat/sample_responses/v1.39/container_top.R tests/testthat/sample_responses/v1.39/container_update.R tests/testthat/sample_responses/v1.39/container_wait.R tests/testthat/sample_responses/v1.39/exec_create.R tests/testthat/sample_responses/v1.39/exec_inspect.R tests/testthat/sample_responses/v1.39/image_build_clean.R tests/testthat/sample_responses/v1.39/image_commit.R tests/testthat/sample_responses/v1.39/image_delete.R tests/testthat/sample_responses/v1.39/image_history.R tests/testthat/sample_responses/v1.39/image_inspect.R tests/testthat/sample_responses/v1.39/image_list.R tests/testthat/sample_responses/v1.39/image_prune.R tests/testthat/sample_responses/v1.39/image_search.R tests/testthat/sample_responses/v1.39/network_create.R tests/testthat/sample_responses/v1.39/network_inspect.R tests/testthat/sample_responses/v1.39/network_list.R tests/testthat/sample_responses/v1.39/network_prune.R tests/testthat/sample_responses/v1.39/node_inspect.R
tests/testthat/sample_responses/v1.39/node_inspect.json
tests/testthat/sample_responses/v1.39/node_list.R
tests/testthat/sample_responses/v1.39/node_list.json
tests/testthat/sample_responses/v1.39/plugin_inspect.R
tests/testthat/sample_responses/v1.39/plugin_inspect.json
tests/testthat/sample_responses/v1.39/plugin_list.R
tests/testthat/sample_responses/v1.39/plugin_list.json
tests/testthat/sample_responses/v1.39/plugin_privileges.R tests/testthat/sample_responses/v1.39/plugin_remove.R tests/testthat/sample_responses/v1.39/secret_create.R tests/testthat/sample_responses/v1.39/secret_inspect.R tests/testthat/sample_responses/v1.39/secret_list.R tests/testthat/sample_responses/v1.39/service_create.R tests/testthat/sample_responses/v1.39/service_inspect.R tests/testthat/sample_responses/v1.39/service_list.R tests/testthat/sample_responses/v1.39/service_update.R tests/testthat/sample_responses/v1.39/swarm_init.R tests/testthat/sample_responses/v1.39/swarm_inspect.R
tests/testthat/sample_responses/v1.39/swarm_inspect.json
tests/testthat/sample_responses/v1.39/swarm_unlockkey.R tests/testthat/sample_responses/v1.39/system_auth.R tests/testthat/sample_responses/v1.39/system_df.R
tests/testthat/sample_responses/v1.39/system_df.json
tests/testthat/sample_responses/v1.39/system_distribution.R tests/testthat/sample_responses/v1.39/system_events.R tests/testthat/sample_responses/v1.39/system_info.R
tests/testthat/sample_responses/v1.39/system_info.json
tests/testthat/sample_responses/v1.39/system_ping.R tests/testthat/sample_responses/v1.39/system_version.R tests/testthat/sample_responses/v1.39/task_inspect.R
tests/testthat/sample_responses/v1.39/task_inspect.json
tests/testthat/sample_responses/v1.39/task_list.R tests/testthat/sample_responses/v1.39/volume_create.R tests/testthat/sample_responses/v1.39/volume_inspect.R tests/testthat/sample_responses/v1.39/volume_list.R tests/testthat/sample_responses/v1.39/volume_prune.R tests/testthat/teardown-stevedore.R tests/testthat/test-available.R tests/testthat/test-config.R tests/testthat/test-docker-client-configs.R tests/testthat/test-docker-client-containers.R tests/testthat/test-docker-client-image.R tests/testthat/test-docker-client-networks.R tests/testthat/test-docker-client-nodes.R tests/testthat/test-docker-client-plugins.R tests/testthat/test-docker-client-secrets.R tests/testthat/test-docker-client-services.R tests/testthat/test-docker-client-tasks.R tests/testthat/test-docker-client-volumes.R tests/testthat/test-docker-client.R tests/testthat/test-errors.R tests/testthat/test-help.R tests/testthat/test-helpers.R tests/testthat/test-http-compat.R tests/testthat/test-http-curl.R tests/testthat/test-http-httppipe.R tests/testthat/test-http-null.R tests/testthat/test-http.R tests/testthat/test-httppipe-unix.R tests/testthat/test-spec-responses-1.25.R tests/testthat/test-spec-responses-1.26.R tests/testthat/test-spec-responses-1.27.R tests/testthat/test-spec-responses-1.28.R tests/testthat/test-spec-responses-1.29.R tests/testthat/test-spec-responses-1.30.R tests/testthat/test-spec-responses-1.31.R tests/testthat/test-spec-responses-1.32.R tests/testthat/test-spec-responses-1.33.R tests/testthat/test-spec-responses-1.34.R tests/testthat/test-spec-responses-1.35.R tests/testthat/test-spec-responses-1.36.R tests/testthat/test-spec-responses-1.37.R tests/testthat/test-spec-responses-1.38.R tests/testthat/test-spec-responses-1.39.R tests/testthat/test-spec-responses.R tests/testthat/test-spec-util.R tests/testthat/test-spec.R tests/testthat/test-support.R tests/testthat/test-swarm.R tests/testthat/test-types.R tests/testthat/test-util-assert.R tests/testthat/test-util-build.R tests/testthat/test-util-client.R tests/testthat/test-util-tar.R tests/testthat/test-util.R tests/testthat/tls/README.md
tests/testthat/tls/ca.pem
tests/testthat/tls/cert.p12
tests/testthat/tls/cert.pem
tests/testthat/tls/key.pem
tests/testthat/tls/server-key.pem
tests/testthat/tls/server.pem
vignettes/cookbook.Rmd vignettes/examples.Rmd vignettes/stevedore.Rmd vignettes_src/cookbook.R vignettes_src/cookbook.Rmd vignettes_src/examples.R vignettes_src/examples.Rmd
vignettes_src/iterate/Dockerfile
vignettes_src/iterate/iterate
vignettes_src/stevedore.R vignettes_src/stevedore.Rmd
richfitz/stevedore documentation built on July 22, 2023, 1:13 p.m.