Skip to content

Commit

Permalink
installation instruction update for docker store
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin Yi committed Sep 22, 2017
1 parent 60e761f commit 11e84e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ ID NAME DESCRIPTION
b72ceb1530ff sumologic/docker-logging-driver:latest Sumo Logic logging driver true
```

You can also install it from docker hub repo (private)
```
$ docker plugin install sumologic/docker-logging-driver`
```

## Uninstall and cleanup the plugin
In bash, run:
```bash
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,15 @@ In this step you create, on the Sumo service, an HTTP endpoint to receive your D
## Step 2 Install Plugin

On each Docker host with containers from which you want to collect container logs, install the plugin by running the following command in a terminal window:

* `$ docker plugin install sumologic/docker-logging-driver` (with the latest version from docker hub)
* `$ docker plugin install store/sumologic/docker-logging-driver:<ver>` (with the certified version from docker store)
* `$ docker plugin install store/sumologic/docker-logging-driver:<ver>`

To verify that the plugin is installed and enabled, run the following command:

```bash
$ docker plugin ls

ID NAME DESCRIPTION ENABLED
b72ceb1530ff sumologic/docker-logging-driver:latest Sumo Logic logging driver true
ID NAME DESCRIPTION ENABLED
b72ceb1530ff store/sumologic/docker-logging-driver:1.0.1 Sumo Logic logging driver true
```

## Step 3 Configure Docker to use the plugin
Expand Down

0 comments on commit 11e84e9

Please sign in to comment.