mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-16 02:46:45 +00:00
add kafka
This commit is contained in:
12
kafka/2.1.0/README.md
Normal file
12
kafka/2.1.0/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
TBD
|
||||
|
||||
```bash
|
||||
docker service create \
|
||||
--name kafka \
|
||||
--hostname=kafka \
|
||||
--network swarm-net \
|
||||
--detach=true \
|
||||
--replicas 1 \
|
||||
--endpoint-mode dnsrr \
|
||||
newnius/kafka:2.1.0
|
||||
```
|
||||
Reference in New Issue
Block a user