Docekr 17.06
Windows 10-Pro-64-bit-laptop
Kitematic, from docker toolbox.
I have a database, running on container abc. I need to ingest data from container xyz to container abc.
docker run --network=container:abc xyz
It works perfectly, with the above command, in command prompt, but not in kitematic based start/stop.
How do I achieve this with kitematic setup?
What configuration of a container should I change to achieve this?