Skip to content

Instantly share code, notes, and snippets.

@ptrj
ptrj / tmux-docker.md
Created October 5, 2018 15:34
tmux in demonized docker container

tmux in demonized docker container

Dockerfile

FROM ubuntu:16.04

ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm
RUN dpkg --add-architecture i386 && \
    apt-get update -y && \