containerd/services/server
ktock fdb76f55d8 Fix backword-compatibility issue of non-versioned config file
According to the doc about `config.toml` of containerd:

```
If no version number is specified inside the config file then it is assumed to
be a version 1 config and parsed as such.
```

However, it's not true recently.
This will break the backward-compatibility in some environment.
This commit fixes this issue.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2021-04-15 10:00:58 +09:00
..
config Fix backword-compatibility issue of non-versioned config file 2021-04-15 10:00:58 +09:00
server_linux.go support cgroup2 2019-12-12 02:56:51 +09:00
server_solaris.go Correct import path in services/server package 2019-04-11 23:07:46 -05:00
server_test.go vendor: update gotest.tools v3.0.2 2020-02-28 17:47:20 +01:00
server_unsupported.go Use ttrpc to publish runtime v2 events 2019-04-09 14:38:50 -04:00
server_windows.go Add ttrpc server to containerd 2019-04-09 13:08:23 -04:00
server.go Allow passing environent variables to StreamProcessors 2021-01-11 13:15:12 -05:00