Also, the options such as -p
must always come before the image name mrlt8/wyze-bridge:latest
.
And the \
characters at the end of a line (without any trailing whitespace) are Unix line continuation instructions. So your example could never work as your -p 8554:8554
is not part of the first command, lacking such \
at the end of the previous line.