containerd/cmd/containerd
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
..
command Fix backword-compatibility issue of non-versioned config file 2021-04-15 10:00:58 +09:00
builtins_aufs_linux.go aufs: seperate implementation pkg from plugin pkg and revendor 2020-09-18 18:37:23 +05:30
builtins_btrfs_linux.go Add cgo tag to btrfs plugin 2021-01-23 02:42:57 +08:00
builtins_cri.go Use local version of cri packages 2020-10-07 10:59:40 -07:00
builtins_devmapper_linux.go devicemapper: seperate implementation pkg from plugin pkg 2020-09-18 12:00:14 +02:00
builtins_linux.go refactor(native): separate init from implementation 2020-09-03 19:58:31 +08:00
builtins_unix.go refactor(native): separate init from implementation 2020-09-03 19:58:31 +08:00
builtins_windows.go Remove windows v1 runtime 2019-07-23 18:54:37 +00:00
builtins_zfs_linux.go zfs: seperate implementation pkg from plugin pkg and revendor 2020-09-18 18:49:12 +05:30
builtins.go Add install support for binary images 2018-08-02 17:11:29 -04:00
main.go Move manpage gen to separate binary 2019-09-12 14:19:00 -04:00