Files
spring-cloud-stream-samples/jdbc-source/start-kafka-shell.sh
2018-03-02 14:26:46 -05:00

3 lines
131 B
Bash
Executable File

#!/bin/bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e HOST_IP=$1 -e ZK=$2 -i -t wurstmeister/kafka /bin/bash