This repository provides a Dockerfile for the tmux repository. By using the Dockerfile that we provided, you can quickly get started with the tmux project.
Make sure you have Docker installed in your operating system;
Place the Dockerfile in the root directory of the project;
Run the following command in the root directory of the project to build the image: docker build -t <image_name> . ;
Run the following command to run the container: docker run -it <image_name> bash;