Docker usage in Confluent.
The docker host must:
In docker machine command line, it means:
docker-machine create --driver virtualbox --virtualbox-memory 6000 hostname
In virtualbox, you can confirm that the memory size is above 6Mb.
When playing around with services, they are generally made available through the docker host.
I create then a name for each services:
192.168.99.100 broker
192.168.99.100 connect
192.168.99.100 zookeeper
192.168.99.100 schema_registry
192.168.99.100 control_center
where : 192.168.99.100 is the docker host ip
confluentinc/cp-docker-images/tree/3.3.x/debian
Example: confluentinc/cp-docker-images/tree/3.3.x/examples
See: