Sign inSign up

hapiware/tmux-centos-7

By hapiware

Updated about 10 years ago

This Docker project contains several docker images for building `tmux` for CentOS/RedHat 7.

Image
0

10K+

hapiware/tmux-centos-7 repository overview

Introduction

This Docker project contains several docker images for building tmux for CentOS/RedHat 7.

Running container

To compile a proper tmux run the built container like this:

sudo docker run -v $PWD/temp:/tar-folder tmux-centos-7 [LIB_EVENT_VERSION TMUX_VERSION]

where:

  • LIB_EVENT_VERSION is an optional version number for libeventlibrary. Default value is 2.0.22.
  • TMUX_VERSION is an optional version number for tmux. Default value is 2.2.

So, if you are happy with the default values then the container can be simply run like this:

sudo docker run -v $PWD/temp:/tar-folder tmux-centos-7

Notice -v option. The image requires a data volume named /tar-folder and it must be given when the container is run. Otherwise, the built tar.gz package cannot be copied to its destination folder.

Installing tmux

To install tmux on the target machine simply copy the tar.gz package to the target machine and extract the tar.gz to root (/). For example:

sudo tar -xzvf tmux-centos-7.tar.gz -C /

The above command extracts necessary files to correct locations.

Tag summary

Content type

Image

Digest

Size

191 MB

Last updated

about 10 years ago

docker pull hapiware/tmux-centos-7