Now with automated builds through github actions!
10K+
Automated builds through github actions. Builds may be delayed up to 7 days.
Docker:
docker run --rm --name remotely -v /appdata/remotely:/config -p 5000:5000 delifer/remotely:latest
Docker-Compose
version: "2"
services:
remotely:
image: delifer/remotely:latest
ports:
- 5000:5000
volumes:
- /appdata/remotely:/config
Content type
Image
Digest
Size
786.5 MB
Last updated
over 5 years ago
docker pull delifer/remotely