Skip to content

ferryman0608/Dockerfile-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Dockerfile-tmux

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.

usage

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published