ttyd-tmux (v0.2.0)

Published 2026-01-30 14:47:02 +00:00 by bymarlin

Installation

docker pull git.epicblu.net/bymarlin/ttyd-tmux:v0.2.0
sha256:9bedf3e4be65b7c0921ce2c0d0c5234981f0153f1b5ce186de842a8998421686

About 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 bash snooze # buildkit
COPY /work/nitro /bin # buildkit
COPY /work/nitroctl /bin # 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
Details
Container
2026-01-30 14:47:02 +00:00
12
OCI / Docker
linux/amd64
23 MiB
Versions (5) View all
main 2026-02-02
v0.2.0 2026-01-30
v0.1.0 2026-01-18
dev 2026-01-18
latest 2026-01-18