mirror of
https://github.com/ysoftdevs/ubuntu-bionic-systemd-iotedge.git
synced 2026-01-15 08:03:27 +01:00
initial commit
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM registry.nestybox.com/nestybox/ubuntu-bionic-systemd-docker
|
||||
|
||||
RUN curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list &&\
|
||||
cp ./microsoft-prod.list /etc/apt/sources.list.d/ &&\
|
||||
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg &&\
|
||||
cp ./microsoft.gpg /etc/apt/trusted.gpg.d/ &&\
|
||||
apt-get update &&\
|
||||
apt-get install -y moby-engine nano aziot-edge &&\
|
||||
# connect CM to /etc/aziot/config.toml
|
||||
# iotedge config apply
|
||||
Reference in New Issue
Block a user