From d67689f0e27e56a928a452d7291ea8f14e799d16 Mon Sep 17 00:00:00 2001 From: Will Pragnell Date: Thu, 3 Sep 2015 10:15:19 +0100 Subject: [PATCH] config: fix links to go files --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 00f24aa6..8b1a697c 100644 --- a/config.md +++ b/config.md @@ -1,7 +1,7 @@ # Configuration file The container's top-level directory MUST contain a configuration file called `config.json`. -For now the canonical schema is defined in [spec.go](spec.go) and [spec_linux.go](spec_linux.go), but this will be moved to a formal JSON schema over time. +For now the canonical schema is defined in [config.go](config.go) and [config_linux.go](config_linux.go), but this will be moved to a formal JSON schema over time. The configuration file contains metadata necessary to implement standard operations against the container. This includes the process to run, environment variables to inject, sandboxing features to use, etc.