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

Commit

Permalink
Merge branch 'master' into issue-49
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaxiom authored Oct 6, 2017
2 parents dbe3266 + d501fcc commit 0e163aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gliderlabs/alpine
FROM golang:alpine

MAINTAINER Chris Aubuchon <[email protected]>

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Command line interface to [Consul HTTP API](https://consul.io/docs/agent/http.ht
| [service](https://github.com/CiscoCloud/consul-cli/wiki/Service) | Consul /agent/service endpoint
| [session](https://github.com/CiscoCloud/consul-cli/wiki/Session) | Consul /session endpoint
| [status](https://github.com/CiscoCloud/consul-cli/wiki/Status) | Consul /status endpoint

## Build Docker image

```
$ docker build -t cmshub-cli .
```

0 comments on commit 0e163aa

Please sign in to comment.