diff --git a/README.md b/README.md index 2c855e3c23e..56d72e6e3db 100644 --- a/README.md +++ b/README.md @@ -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,