What is “my docker” for you?
So far I assumed docker as in the docker engine. My answers aimed toward that understanding.
I started to get the feeling that you refer with docker to actual containers… well don’t. a container is not a docker.
You can get the container logs with docker logs {container id or name}
. Though, this is so basic knowledge… If this realy is what you asked for, then I strongly suggest to spend some time to actualy learn the basics. I can highly recommend this excellent self paced training.