Updated readme removed unnecessary line in dockerfile

This commit is contained in:
Jakub Vavřík
2021-08-31 10:12:24 +02:00
parent 5f74916002
commit 115cfb3d11
2 changed files with 3 additions and 2 deletions

View File

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

View File

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