用docker部署Seafile 出现问题不能够启动docker

官方文档参考链接 https://manual-cn.seafile.com/deploy/deploy_with_docker.html
linux系统:centos 7
运行命令:
sudo docker run docker.io/seafileltd/seafile
-e SEAFILE_SERVER_HOSTNAME=10.111.111.96
-e SEAFILE_ADMIN_EMAIL=andy@qq.com
-e SEAFILE_ADMIN_PASSWORD=pass
-v /opt/seafile-data:/shared
-p 80:80
seafileltd/seafile:latest

错误信息:
container_linux.go:247: starting container process caused “exec: “-e”: executable file not found in $PATH”
/usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused “exec: “-e”: executable file not found in $PATH”.

下面是状态显示 Created
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
771bb98eead3 docker.io/seafileltd/seafile “-e SEAFILE_SERVER…” 4 minutes ago Created youthful_leakey
54ff7d6ef0e9 hello-world “/hello” 3 hours ago Exited (0) 3 hours ago eager_curie