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.0sha256:9bedf3e4be65b7c0921ce2c0d0c5234981f0153f1b5ce186de842a8998421686About 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 |