Skip to content

Commit

Permalink
README: Document how to override runc version
Browse files Browse the repository at this point in the history
Let's make this visible, as several users seem to need this.

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
  • Loading branch information
rata committed Aug 13, 2024
1 parent db3fa00 commit 5c4f79d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ sudo make install

`runc` will be installed to `/usr/local/sbin/runc` on your system.

#### Version String Customize

You can see the runc version by running `runc --version`. You can also override the version that
will be printed, using the `VERSION` variable for make when you compile, e.g.:
```bash
make VERSION="1.1.13-build#1"
```

#### Build Tags

`runc` supports optional build tags for compiling support of various features,
Expand Down

0 comments on commit 5c4f79d

Please sign in to comment.