Last update at :2024-03-24,Edit by888u
Virtual DSM in a Docker container. Currently, Github has released a new open source project that can install Synology in a Docker container.
Features:
- Multi-platform (both X86 and ARM supported)
- KVM optimization
- Graceful shutdown
- Support upgrade
Usage method 1: start docker-compose
version: "3" services: dsm: container_name: dsm image: kroese/virtual-dsm:latest environment: DISK_SIZE: "16G" devices: - /dev/kvm -/dev/vhost-net cap_add: - NET_ADMIN ports: - 5000:5000 volumes: - /opt/dsm:/storage restart: on-failure stop_grace_period: 1mUsage method two: start docker directly
docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 kroese/virtual-dsm:latestAccess address: http://IP+port
Github project open source address: https://github.com/kroese/virtual -dsm
Recommended site searches: US high-defense space, domain name query, free cloud host, Internet cafe IP address query, vps server, http proxy IP, free asp.net space, Yangzhou dual-line server, free domain name registration, website IP address query ,
All copyrights belong to 888u unless special state
发表评论