config: fix links to go files

This commit is contained in:
Will Pragnell 2015-09-03 10:15:19 +01:00
parent 138deee141
commit d67689f0e2
1 changed files with 1 additions and 1 deletions

View File

@ -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.