Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Rename Remote API to Engine API
Browse files Browse the repository at this point in the history
Implementation of moby/moby#28319

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Upstream-commit: 9c9ae79e64a7b6c83c16cc89cc021cf19b41f7f7
Component: cli
  • Loading branch information
bfirsh committed Nov 22, 2016
1 parent 4ded4ce commit 8dd5198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/cli/README.md
@@ -1,4 +1,4 @@
# Go client for the Docker Remote API
# Go client for the Docker Engine API

The `docker` command uses this package to communicate with the daemon. It can also be used by your own Go applications to do anything the command-line interface does – running containers, pulling images, managing swarms, etc.

Expand Down
6 changes: 3 additions & 3 deletions components/cli/client.go
@@ -1,12 +1,12 @@
/*
Package client is a Go client for the Docker Remote API.
Package client is a Go client for the Docker Engine API.
The "docker" command uses this package to communicate with the daemon. It can also
be used by your own Go applications to do anything the command-line interface does
- running containers, pulling images, managing swarms, etc.
For more information about the Remote API, see the documentation:
https://docs.docker.com/engine/reference/api/docker_remote_api/
For more information about the Engine API, see the documentation:
https://docs.docker.com/engine/reference/api/
Usage
Expand Down

0 comments on commit 8dd5198

Please sign in to comment.