ttyd-tmux (dev)
Published 2026-01-18 22:22:05 +00:00 by bymarlin
Installation
docker pull git.epicblu.net/bymarlin/ttyd-tmux:devsha256:cd31d2330e9df5437f7d58e508ad49ba429bc200800ceaa1a80d199faf44cf0cAbout this package
Image running ttyd & tmux
Image layers
| ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c mkdir /logs && apk add --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing # buildkit |
| ADD rootfs/ / # buildkit |
| ENTRYPOINT ["/bin/nitro"] |
| VOLUME [/logs] |
| LABEL org.opencontainers.image.source=https://git.epicblu.net/epicblu_net/container-base |
| LABEL org.opencontainers.image.vendor=Elia Patzschke |
| LABEL org.opencontainers.image.title=container-base |
| LABEL org.opencontainers.image.description=Slim base image for containers |
| RUN /bin/sh -c apk add --no-cache vim tmux git sudo wget ttyd rsync # buildkit |
| RUN /bin/sh -c adduser -h /home/user -s /bin/bash -D user && echo "user ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/user && chmod 440 /etc/sudoers.d/user # buildkit |
| COPY rootfs/ / # buildkit |
| COPY --chown=user:user --chmod=755 packages/bash-powerline/bash-powerline.sh /home/skel/.bash-powerline.sh # buildkit |
| VOLUME [/home/user] |
| EXPOSE [8080/tcp] |
| LABEL org.opencontainers.image.source=https://git.epicblu.net/epicblu_net/ttyd-tmux |
| LABEL org.opencontainers.image.vendor=Elia Patzschke |
| LABEL org.opencontainers.image.title=ttyd-tmux |
| LABEL org.opencontainers.image.description=Image running ttyd & tmux |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Image running ttyd & tmux |
| org.opencontainers.image.source | https://git.epicblu.net/epicblu_net/ttyd-tmux |
| org.opencontainers.image.title | ttyd-tmux |
| org.opencontainers.image.vendor | Elia Patzschke |