You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/promote/production Build is passing
Details
|
1 month ago | |
---|---|---|
.vscode | 2 years ago | |
apps | 4 months ago | |
common | 1 year ago | |
containers | 1 month ago | |
contrib | 1 year ago | |
detector | 1 year ago | |
glue | 1 month ago | |
node | 1 year ago | |
ui | 3 years ago | |
.drone.yml | 10 months ago | |
.gitignore | 2 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
api.http | 2 years ago | |
auth.go | 2 years ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
handlers.go | 1 year ago | |
handlers_nats.go | 1 month ago | |
main.go | 1 year ago | |
templates.go | 3 years ago | |
tools.go | 1 year ago | |
types.go | 1 year ago |
README.md
Node API
Node API is an microservice that runs on node servers. It provides interface between Docker and the admin site.
Test
On Fedora run podman API:
Root: sudo systemctl enable --now podman.socket
Rootless: podman system service -t 0 --log-level=debug
set -x DOCKER_SOCKET unix:/run/user/1000/podman/podman.sock
# or
export DOCKER_SOCKET=unix:/run/user/1000/podman/podman.sock