We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f930f6e commit 0f246afCopy full SHA for 0f246af
sztp.md
@@ -69,7 +69,9 @@ root@bf2:~# grep bootstrap /etc/hosts
69
Finally run SZTP agent/client:
70
71
```bash
72
-docker run --rm -it --network=host -v /mnt/:/mnt \
+docker run --rm -it --network=host \
73
+ --mount type=bind,source=/mnt,target=/mnt \
74
+ --mount type=bind,source=/etc/os-release,target=/etc/os-release \
75
--mount type=bind,source=${DHCLIENT_LEASE_FILE},target=/var/lib/dhclient/dhclient.leases \
76
ghcr.io/opiproject/opi-sztp-client:main \
77
/opi-sztp-agent daemon --bootstrap-trust-anchor-cert /mnt/opi.pem --device-end-entity-cert /mnt/opi_cert.pem --device-private-key /mnt/opi_private_key.pem
0 commit comments