Sign inSign up

smartboot/smart-mqtt

By smartboot

Updated 1 day ago

smart-mqtt broker

Image
Internet of things
1

10K+

smartboot/smart-mqtt repository overview

快速启动

  1. 创建 docker-compose.yml 文件,拷贝以下内容:
services:
 smart-mqtt:
   container_name: smart-mqtt
   hostname: smart-mqtt
   image: smartboot/smart-mqtt:latest
   ports:
     - 1883:1883/tcp
   read_only: true
   restart: always
   security_opt:
     - no-new-privileges:true
   user: root:root
   logging:
     driver: "json-file"
     options:
       max-size: "100m"
       max-file: "1"
version: '3.7'
  1. 运行docker compose up -d

Tag summary

Content type

Image

Digest

sha256:c5e48a940

Size

175.4 MB

Last updated

1 day ago

docker pull smartboot/smart-mqtt