{"id":16182569,"url":"https://github.com/jippi/docker-ser2net","last_synced_at":"2025-03-19T02:30:46.351Z","repository":{"id":151755634,"uuid":"535112144","full_name":"jippi/docker-ser2net","owner":"jippi","description":"ser2net is a program for allowing connections between gensio accepters and gensio connectors","archived":false,"fork":false,"pushed_at":"2025-02-13T21:15:15.000Z","size":66,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T14:06:54.023Z","etag":null,"topics":["docker","ser2net"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jippi.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":"2022-09-10T20:30:39.000Z","updated_at":"2025-02-13T21:15:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"61309b29-213c-43b4-869d-254308bb37be","html_url":"https://github.com/jippi/docker-ser2net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jippi%2Fdocker-ser2net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jippi%2Fdocker-ser2net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jippi%2Fdocker-ser2net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jippi%2Fdocker-ser2net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jippi","download_url":"https://codeload.github.com/jippi/docker-ser2net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960434,"owners_count":20375101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","ser2net"],"created_at":"2024-10-10T06:34:13.371Z","updated_at":"2025-03-19T02:30:46.067Z","avatar_url":"https://github.com/jippi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ser2net as a Docker container\n\n\u003e ser2net is a program for allowing connections between gensio accepters and gensio connectors. Generally, this would be a network connections to serial ports or IPMI Serial Over Lan (SOL) connections, but there are lots of gensios and lots of options. See gensio(5) for information on gensios.\n\n## Images\n\nAll images are published to the following registries\n\n* 🥇 [GitHub](https://github.com/jippi/docker-ser2net/pkgs/container/docker-ser2net) as `ghcr.io/jippi/docker-ser2net` ⬅️ **Recommended**\n* 🥈 [AWS](https://gallery.ecr.aws/jippi/ser2net) as `public.ecr.aws/jippi/ser2net` ⬅️ Great alternative\n* ⚠️ [Docker Hub](https://hub.docker.com/r/jippi/ser2net/) as `jippi/docker-ser2net` ⬅️ Only use `:latest` as [tags might disappear](https://www.docker.com/blog/scaling-dockers-business-to-serve-millions-more-developers-storage/)\n\nImage tags with software specifications and version information can be found in the table below\n\n| **Tag**                   | **Version**                                                                 | **OS (Debian)**        | **Size**        |\n|-------------------------- |---------------------------------------------------------------------------- |----------------------- |---------------- |\n| `latest`                  | [latest †](https://github.com/cminyard/ser2net/releases/latest)             | bullseye (11.4)        | ~60 MB         |\n| `$version`                | `$version` (tag name minus the leading `v`)                                 | bullseye (11.4)        | ~60 MB         |\n\n_† Automation checks for new ser2net releases nightly (CEST, ~3am), so there might be a day or two latency for most recent release_\n\n### docker run\n\n```sh\ntouch $(pwd)/ser2net.yaml\n\ndocker run \\\n    --name ser2net \\\n    --network=host \\\n    --restart=unless-stopped \\\n    --detach \\\n    --volume $(pwd)/ser2net.yaml:/etc/ser2net/ser2net.yaml \\\n    --device  /dev/ttyUSB0 \\\n    ghcr.io/jippi/docker-ser2net\n```\n\n### docker-compose\n\n```sh\ntouch $(pwd)/ser2net.yaml\n```\n\nand add your ser2net configuration into the `ser2net.yaml` file.\n\n```yaml\nversion: '3.4'\nservices:\n  ser2net:\n    container_name: ser2net\n    image: ghcr.io/jippi/docker-ser2net\n    restart: unless-stopped\n    network_mode: host\n    volumes:\n      - ./ser2net.yaml:/etc/ser2net/ser2net.yaml\n    devices:\n      - /dev/ttyUSB0\n```\n\n## Further help and docs\n\nFor any help specific to ser2net please head over to https://github.com/cminyard/ser2net\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjippi%2Fdocker-ser2net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjippi%2Fdocker-ser2net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjippi%2Fdocker-ser2net/lists"}