TOOLBOX
Fedora - по умолчанию
# toolbox
# yum install -y htop
# htop
Если нужно debian
# vi .toolboxrc
TOOLBOX_DOCKER_IMAGE=debian
TOOLBOX_DOCKER_TAG=jessie
TOOLBOX_DOCKER_USER=root
# toolbox
# apt-get update && apt-get install -y htop
# htop
# toolbox
# yum install -y htop
# htop
# vi .toolboxrc
TOOLBOX_DOCKER_IMAGE=debian
TOOLBOX_DOCKER_TAG=jessie
TOOLBOX_DOCKER_USER=root
# toolbox
# apt-get update && apt-get install -y htop
# htop