Unverified Commit 611c4160 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update readme.md

parent a3edaf35
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ virtual-dsm
[Docker Pulls Count]: https://img.shields.io/docker/pulls/kroese/virtual-dsm.svg?style=flat
[gh_last_release_svg]: https://img.shields.io/docker/v/kroese/virtual-dsm?arch=amd64&sort=date

A docker container of Synology DSM v7.1 
A docker container of Synology DSM v7.2 

## Using the container

@@ -29,8 +29,8 @@ $ docker run --rm -it \
    -p 443:5001 \
    -p 5000:5000 \
    -p 5001:5001 \
    --privileged \
    --cap-add NET_ADMIN \
    --cap-add SYS_ADMIN \
    --device=/dev/kvm:/dev/kvm \
    --device=/dev/fuse:/dev/fuse \
    --device=/dev/net/tun:/dev/net/tun \    
@@ -50,7 +50,6 @@ services:
            RAM_SIZE: "512M"
        cap_add:
            - NET_ADMIN
            - SYS_ADMIN
        devices:
            - /dev/kvm
            - /dev/fuse
@@ -60,6 +59,6 @@ services:
            - 443:5001
            - 5000:5000
            - 5001:5001
        privileged: true            
        restart: on-failure
```