From 115cfb3d11369cdb2dde3fc85ed895b57a1d0910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Vav=C5=99=C3=ADk?= Date: Tue, 31 Aug 2021 10:12:24 +0200 Subject: [PATCH] Updated readme removed unnecessary line in dockerfile --- Dockerfile | 3 +-- README.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c11d06..e6aaae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,4 @@ RUN curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list >> /etc/systemd/system/aziot-init.service &&\ systemctl enable aziot-init.service -# connect CM to /etc/aziot/config.toml -# iotedge config apply +# connect CM to /etc/aziot/config/config.toml diff --git a/README.md b/README.md index d6fd1b9..d5c9397 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Ubuntu Bionic with systemd and IOT Edge runtime preinstalled This simple image has ubuntu bionic with moby and IOT edge preinstalled inside. +The purpose is to be used inside k8s with sysbox runtimeClass node. +Configmap with iotEdge config is supposed to be connected to /etc/aziotedge/config/config.toml.