mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 17:11:55 +00:00
13 lines
179 B
Markdown
13 lines
179 B
Markdown
TBD
|
|
|
|
```bash
|
|
docker service create \
|
|
--name kafka \
|
|
--hostname=kafka \
|
|
--network swarm-net \
|
|
--detach=true \
|
|
--replicas 1 \
|
|
--endpoint-mode dnsrr \
|
|
newnius/kafka:2.1.0
|
|
```
|