Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 authored Nov 5, 2024
1 parent 031f4a8 commit ee48f20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
Discover nodes in cloud environments

https://github.com/hashicorp/go-discover

## Usage

```Dockerfile
FROM swarmlibs/go-discover:main AS go-discover

FROM your-base-image
COPY --from=go-discover /discover /usr/bin/discover
```

0 comments on commit ee48f20

Please sign in to comment.