Skip to content

Commit

Permalink
README: put Docker instructions to a single place
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
motiejus committed May 9, 2024
1 parent d3b8f6e commit 4a55751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:edge

RUN apk add make zig
RUN apk add make zig git

WORKDIR inotify-info

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ Building _debug/inotify-info...
Linking _debug/inotify-info...
```

Or you can build Docker image.

```sh
docker build . -t inotify-info
```

## Install
You are free to copy the resulting executable to any suitable location in your `$PATH`.
```
Expand Down Expand Up @@ -163,6 +157,7 @@ Searching '/' for listed inodes... (8 threads)
## Run on Docker

```sh
docker build . -t inotify-info
docker run --rm --privileged -v /proc:/proc inotify-info
```

Expand Down

0 comments on commit 4a55751

Please # to comment.