From abeeada1b54fdd070ad74b9f94bb8bbe97756214 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Thu, 11 Jun 2015 17:10:25 -0700 Subject: [PATCH] Fix nsinit README.md config link Signed-off-by: Arnaud Porterie --- nsinit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsinit/README.md b/nsinit/README.md index 582f1c757..4e3a8fd95 100644 --- a/nsinit/README.md +++ b/nsinit/README.md @@ -78,7 +78,7 @@ is very clean and clear. * **config** It will generate a standard configuration file for a container. By default, it -will generate as the template file in [config.go](https://github.com/docker/libcontainer/blob/master/nsinit/config.go#L192). +will generate as the template file in [config.go](https://github.com/docker/libcontainer/blob/f28dff5539855bac2adbc5699f57f84349605b5f/nsinit/config.go#L234). It will modify the template if you have specified some configuration by options. * **exec** Starts a container and execute a new command inside it. Besides common options, it