https://github.com/cmsj/docker-rsync
https://github.com/cmsj/docker-rsync
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmsj/docker-rsync
- Owner: cmsj
- License: mit
- Created: 2023-12-19T00:21:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T05:09:54.000Z (3 months ago)
- Last Synced: 2026-01-16T20:58:48.303Z (3 months ago)
- Language: Dockerfile
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsync
Docker container for rsync with openssh-client installed.
The base image is ubuntu:latest and this container will be automatically built and published whenever either the Ubuntu base image changes, or when the dependency tree of rsync/openssh-client changes. This is all handled by GitHub Actions automatically.
There is no Entrypoint set for the container, so you will need to specify a command when you run it (presumably an rsync command).