
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
github.com/surajupadhaya/containerdashboard
Advanced tools
This application provides an interface to interact with Docker containers, allowing users to list containers and serve a dashboard.
Clone the repository to your local machine:
git clone https://github.com/surajupadhaya/containerDashboard.git
cd containerDashboard
To install the necessary dependencies, run:
go mod init github.com/docker
go mod tidy
This will download the required packages, including the Docker client.
Before running the application, ensure that Docker is running on your system.
To start the application, use:
go run main.go
The application will start an HTTP server on port 8080 and can be accessed at http://localhost:8080
/ContainerHealth: Lists all Docker containers and their status in json
/Dashboard: Serves the static dashboard HTML file.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.