[PR #663] [MERGED] add container-web-tty #1942

Closed
opened 2026-04-15 05:52:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/663
Author: @wrfly
Created: 1/28/2019
Status: Merged
Merged: 1/28/2019
Merged by: @veggiemonk

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

It can help you get inside the container and execute commands via a web-tty.

Some features:

  • exec into the container (ofcause)
  • tail logs
  • start/restart/stop the container
  • audit exec logs
  • kubernetes support
  • remote exec via gRPC
  • remote auth
  • realtime sharing
  • ...

Run with four lines:

docker run --rm -ti --name web-tty \
    -p 8080:8080 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    wrfly/container-web-tty

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/663 **Author:** [@wrfly](https://github.com/wrfly) **Created:** 1/28/2019 **Status:** ✅ Merged **Merged:** 1/28/2019 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`25d8671`](https://github.com/veggiemonk/awesome-docker/commit/25d8671141dfa9268adc3a52b6cfadef4ec2000b) add container-web-tty ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description It can help you get inside the container and execute commands via a web-tty. Some features: - exec into the container (ofcause) - tail logs - start/restart/stop the container - audit exec logs - kubernetes support - remote exec via gRPC - remote auth - realtime sharing - ... Run with four lines: ```bash docker run --rm -ti --name web-tty \ -p 8080:8080 \ -v /var/run/docker.sock:/var/run/docker.sock \ wrfly/container-web-tty ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 05:52:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#1942