Install containerd.io along with docker-ce package

Currently if we have docker-ce installed on host and
we have update for this package, pkg.install state will
update only docker-ce package but containerd.io package
has to be updated as well to prevent from possible
failures of docker-ce installation.

Change-Id: I89eb67e9eea8349a98a280120a238a7d53b363ce
Related-prod: #PROD-26850 (PROD:26850)
(cherry picked from commit e3f3f7edede6a702c9e4d3e62558775b08091ecc)
diff --git a/docker/host.yml b/docker/host.yml
index bb3dffa..a88ff2f 100644
--- a/docker/host.yml
+++ b/docker/host.yml
@@ -6,6 +6,7 @@
   docker:
     host:
       pkgs:
+        - containerd.io
         - docker-ce
         - python-docker
       experimental: true