diff --git a/docs/atomic-install.1.md b/docs/atomic-install.1.md index 51fcffe..305f88f 100644 --- a/docs/atomic-install.1.md +++ b/docs/atomic-install.1.md @@ -20,7 +20,7 @@ IMAGE, if this field does not exist, `atomic install` will install the IMAGE If the container image has a LABEL INSTALL instruction like the following: -```LABEL INSTALL /usr/bin/docker run -t -i --rm \${OPT1} --privileged -v /:/host --net=host --ipc=host --pid=host -e HOST=/host -e NAME=\${NAME} -e IMAGE=\${IMAGE} -e CONFDIR=\${CONFDIR} -e LOGDIR=\${LOGDIR} -e DATADIR=\${DATADIR} --name \${NAME} \${IMAGE} \${OPT2} /bin/install.sh \${OPT3}``` +```LABEL INSTALL /usr/bin/docker run -t -i --rm \${OPT1} --privileged -v /:/host --net=host --ipc=host --pid=host -e HOST=/host -e NAME=\${NAME} -e IMAGE=\${IMAGE} -e CONFDIR=\${CONFDIR} -e LOGDIR=\${LOGDIR} -e DATADIR=\${DATADIR} \${IMAGE} \${OPT2} /bin/install.sh \${OPT3}``` `atomic install` will set the following environment variables for use in the command: diff --git a/docs/atomic-uninstall.1.md b/docs/atomic-uninstall.1.md index 2eeee38..8feb855 100644 --- a/docs/atomic-uninstall.1.md +++ b/docs/atomic-uninstall.1.md @@ -20,7 +20,7 @@ uninstall the image. If the container image has a LABEL UNINSTALL instruction like the following: -```LABEL UNINSTALL /usr/bin/docker run -t -i --rm \${OPT1} --privileged -v /:/host --net=host --ipc=host --pid=host -e HOST=/host -e NAME=${NAME} -e IMAGE=${IMAGE} -e CONFDIR=${CONFDIR} -e LOGDIR=${LOGDIR} -e DATADIR=${DATADIR} --name ${NAME} ${IMAGE} \${OPT2} /bin/uninstall.sh \${OPT3}``` +```LABEL UNINSTALL /usr/bin/docker run -t -i --rm \${OPT1} --privileged -v /:/host --net=host --ipc=host --pid=host -e HOST=/host -e NAME=${NAME} -e IMAGE=${IMAGE} -e CONFDIR=${CONFDIR} -e LOGDIR=${LOGDIR} -e DATADIR=${DATADIR} ${IMAGE} \${OPT2} /bin/uninstall.sh \${OPT3}``` `atomic uninstall` will set the following environment variables for use in the command: