The launch happens inside the docker container: ``` >>> import libtmux >>> s = libtmux.Server() >>> s.list_sessions() ``` Outside the container, everything works. There is a tmux inside the container.
The launch happens inside the docker container:
Outside the container, everything works. There is a tmux inside the container.