mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #53] [MERGED] Docker socket integration & Go Updates #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/53
Author: @oschwartz10612
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/5/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
e0d2349Add tzdata package67abd23Merge branch 'main' into dev4cf83f4docker socket0398865Create dependabot.yml78f31a5Update dependabot.yml607d197Bump the minor-updates group with 2 updatesa3cfda9Bump golang.org/x/net in the prod-minor-updates groupf060306Merge pull request #5 from Lokowitz/dependabot/docker/minor-updates-462732f451994d11bMerge pull request #6 from Lokowitz/dependabot/go_modules/prod-minor-updates-5e519fa3dd6935c3bMerge pull request #48 from Lokowitz/main📊 Changes
7 files changed (+380 additions, -33 deletions)
View changed files
➕
.github/dependabot.yml(+46 -0)📝
Dockerfile(+3 -3)📝
README.md(+7 -14)➕
docker/client.go(+166 -0)📝
go.mod(+26 -4)📝
go.sum(+81 -8)📝
main.go(+51 -4)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Now Newt can integrate with the Docker socket to provide remote inspection of Docker containers. This allows Pangolin to query and retrieve detailed information about containers running on the Newt client, including metadata, network configuration, port mappings, and more.
Thanks to @improbableone for the Docker socket integration and to @Lokowitz for the updates!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.