-
Source:
- based on: 3.2 Alpine
- final image: custom img
-
Adaptation done:
- add the following packages to the Dockerfile (via
apk add
):- iputils
- iproute2
- net-tools
- iperf
- busybox-extras
- xterm (not working)
- bash (not working)
- change the user to root:
USER root
- install bash from the inside:
apk add --no-cache bash
- add the following packages to the Dockerfile (via
-
Source:
- based on: 3.8 Ubuntu
- final image: custom img
-
Adaptation done:
- add the following packages to the Dockerfile (via
apt-get
):- net-tools
- iputils-ping
- iproute2
- add the following packages to the Dockerfile (via
-
Source:
- based on:
- final image: custom img
-
Adaptation done:
- add the following packages to the Dockerfile (via
apk add
):- iputils
- iproute2
- net-tools
- change the user to root:
USER root
- Accept the license terms:
"DOCKER_VERNEMQ_ACCEPT_EULA": "yes"
- env parameter
- Allow anonymous communication:
"DOCKER_VERNEMQ_ALLOW_ANONYMOUS":"on"
- Accept the license terms:
ENV DOCKER_VERNEMQ_ACCEPT_EULA=yes
- Allow anonymous communication:
DOCKER_VERNEMQ_ALLOW_ANONYMOUS=on
- add the following packages to the Dockerfile (via
-
Source:
- based on:
- final image: custom img
-
Adaptation done:
- add the following packages to the Dockerfile (via
apk add
):- iputils
- iproute2
- net-tools
- iperf
- xterm
- busybox-extras
- change the user to root:
USER root
-
Accept the license terms:
'echo "accept_eula = yes" >> /vernemq/etc/vernemq.conf'
-
Change the nodename of the MQTT docker
`sed -i "/nodename = [email protected]/s/= .*/= [email protected]/" /vernemq/etc/vernemq.conf` 'sed -i "/[email protected]/s/ .*/ [email protected]/" /vernemq/etc/vm.args'
- add the following packages to the Dockerfile (via
-
Source:
- based on: 4.2 HiveMQ
- final image: custom img
-
Adaptation done:
- add the following packages to the Dockerfile (via
apt-get
):- net-tools
- iputils-ping
- iproute2
- add the following packages to the Dockerfile (via
-
DNS discovery image
- The image has been configured with the discovery extension. This permits the creation of broker clusters.