Search Docker Hub
croc
By ugeek
croc is a tool that allows any two computers to simply and securely transfer files and folders
375
docker run -d --name=croc-relay -p 9009-9013:9009-9013 -e CROC_PASS='YOURPASSWORD' ugeek/croc:arm
version: '3' services: croc-relay: container_name: croc-relay image: 'ugeek/croc:arm64' environment: - CROC_PASS='YOURPASSWORD' ports: - '9009-9013:9009-9013'
Content type
Image
Digest
sha256:a92efb60e…
Size
5.5 MB
Last updated
over 3 years ago
docker pull ugeek/croc:arm64