I tried to run syncloud from docker on an old intel PC with debian installed but failed:
# docker run \
--restart=always \
--name=syncloud \
--volume=/storage:/opt/disk/internal \
--privileged \
--detach=true \
-–network=host \
--publish=443:443 \
syncloud/platform-buster-amd64:22.02
unknown shorthand flag: 'â' in -–network=host
See 'docker run --help‘.
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Can you help me?