{"id":18733750,"url":"https://github.com/pklaus/docker-catools","last_synced_at":"2026-03-19T06:06:10.040Z","repository":{"id":66103734,"uuid":"276164872","full_name":"pklaus/docker-catools","owner":"pklaus","description":"caget, caput, camonitor, pvget pvput pvmonitor, etc. in a compact Docker container","archived":false,"fork":false,"pushed_at":"2020-07-01T17:26:17.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T23:44:02.714Z","etag":null,"topics":["epics"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/pklaus/catools","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pklaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-30T17:21:55.000Z","updated_at":"2020-07-01T17:26:19.000Z","dependencies_parsed_at":"2023-02-26T22:46:38.746Z","dependency_job_id":null,"html_url":"https://github.com/pklaus/docker-catools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pklaus/docker-catools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pklaus%2Fdocker-catools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pklaus%2Fdocker-catools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pklaus%2Fdocker-catools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pklaus%2Fdocker-catools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pklaus","download_url":"https://codeload.github.com/pklaus/docker-catools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pklaus%2Fdocker-catools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["epics"],"created_at":"2024-11-07T15:11:12.848Z","updated_at":"2026-01-25T22:26:09.453Z","avatar_url":"https://github.com/pklaus.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-catools\n\nA compact distribution of common EPICS Channel Access and PV Access tools via Docker images.\n\nAvailable on the Docker Hub at: [/r/pklaus/catools](https://hub.docker.com/r/pklaus/catools).\n\n## Available Tools\n\nThe following executables from EPICS are part of this Docker image:\n\n```\nacctst      caEventRate  caput    iocLogServer  pvinfo\naitGen      caRepeater   casw     makeBpt       pvlist\nantelope    ca_test      catime   msi           pvmonitor\nascheck     caget        e_flex   p2p           pvput\ncaConnTest  cainfo       excas    pvcall        softIoc\ncaDirServ   camonitor    genApps  pvget         softIocPVA\n```\n\n## Tag Flavours\n\nThere are two flavours of the images available:\n\n* `slim` **no** underlying Linux system, just executables and libraries,\n* `debian` based on Debian (slighly larger).\n\nEach tag is built for multiple architectures (`linux-{amd64,386,arm64,arm/v7}`).\n\nThe default tag `:latest` is pointing to the latest `debian` image.\n\n## Examples\n\n**caget** of a process variable from an IOC in the (Docker internal) network `docker-epics`.\n\n```\ndocker run \\\n  --rm \\\n  --network docker-epics \\\n  pklaus/catools \\\n  caget FAIR:CBM:MVD:YOUR:PV\n```\n\n**camonitor** works too, but for being able to quit the process using \u003ckbd\u003eCtrl-c\u003c/kbd\u003e\nit needs to be run with a PID higher than 1. This can be reached by wrapping the\ncall in a shell command or by specifying the host namespace for the PID in the\ndocker run statement:\n\n```\ndocker run \\\n  --rm \\\n  --pid host \\\n  --network docker-epics \\\n  pklaus/catools \\\n  camonitor FAIR:CBM:MVD:YOUR:PV\n```\n\n*If such a command was accidentally started without specifying a different PID it won't quit\nwith \u003ckbd\u003eCtrl-c\u003c/kbd\u003e, the terminal can be disattached from the container using\n\u003ckbd\u003eCtrl-p\u003c/kbd\u003e \u003ckbd\u003eCtrl-q\u003c/kbd\u003e and the container can then be killed with\n`docker kill` using the hash revealed by `docker ps`.*\n\nWhen using a more elaborate tool such as the `softIoc`, I recommend to use the\n`debian` flavour of the images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpklaus%2Fdocker-catools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpklaus%2Fdocker-catools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpklaus%2Fdocker-catools/lists"}