mirror of
https://github.com/ysoftdevs/ubuntu-bionic-systemd-iotedge.git
synced 2026-03-21 08:59:54 +01:00
Update Dockerfile
commented useless stuff
This commit is contained in:
@@ -6,8 +6,8 @@ RUN curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list
|
|||||||
cp ./microsoft.gpg /etc/apt/trusted.gpg.d/ &&\
|
cp ./microsoft.gpg /etc/apt/trusted.gpg.d/ &&\
|
||||||
apt-get update &&\
|
apt-get update &&\
|
||||||
apt-get install -y moby-engine nano aziot-edge &&\
|
apt-get install -y moby-engine nano aziot-edge &&\
|
||||||
mkdir -p /etc/aziot/config &&\
|
#mkdir -p /etc/aziot/config &&\
|
||||||
touch /etc/aziot/config/config.toml &&\
|
#touch /etc/aziot/config/config.toml &&\
|
||||||
ln -s /etc/aziot/config/config.toml /etc/aziot/config.toml &&\
|
ln -s /etc/aziot/config/config.toml /etc/aziot/config.toml &&\
|
||||||
rm -rf /var/lib/{apt,dpkg,cache,log}/
|
rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||||
# connect CM to /etc/aziot/config.toml
|
# connect CM to /etc/aziot/config.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user