下载镜像、创建网桥 docker pull redis:6.2.7 docker network create --driver bridge --subnet 172.18.0.0/16 --gateway 172.18.0.1 chirpstack-docker_defaul...