Docker compose is awesome, especially if you need to spin up your local development environment.
the following is the docker-compose I use at home.
version: '2.1'
services:
zoo1:
image: zookeeper:3.4.9
restart: unless-stopped
hostname: zoo1
ports:
- "2181:2181"
environment:
ZOO_MY_ID: