You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.vscode | 1 year ago | |
apps | 5 months ago | |
common | 5 months ago | |
containers | 3 weeks ago | |
contrib | 5 months ago | |
detector | 5 months ago | |
glue | 3 weeks ago | |
node | 5 months ago | |
ui | 2 years ago | |
.drone.yml | 1 month ago | |
.gitignore | 8 months ago | |
Makefile | 1 month ago | |
README.md | 5 months ago | |
api.http | 1 year ago | |
auth.go | 1 year ago | |
go.mod | 5 months ago | |
go.sum | 5 months ago | |
handlers.go | 1 month ago | |
handlers_nats.go | 1 month ago | |
main.go | 2 months ago | |
templates.go | 2 years ago | |
tools.go | 5 months ago | |
types.go | 5 months 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