I started to use Docker on my app, but I've got a problem in iTerm2.
I split pane in iTerm, and now, on my first pane docker ps -a
returns a list of containers, but on my second pane, the same command returns an empty list.
I can't run any containers from second pane, I can do it only using my first pane. Is this normal? How can I 'see' my containers on every pane which I create?