4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
docker run -it --rm -p 1883:1883 -p 9001:9001 eclipse-mosquitto
|
||
|
|