Jump to content

unraid docker 安装卡在 pulling fs layer


Recommended Posts

docker run
  -d
  --name='PlexMediaServer'
  --net='host'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="UNRAID"
  -e HOST_CONTAINERNAME="PlexMediaServer"
  -e 'PLEX_CLAIM'='Insert Token from https://plex.tv/claim'
  -e 'PLEX_UID'='99'
  -e 'PLEX_GID'='100'
  -e 'VERSION'='latest'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png'
  -v '/mnt/user/appdata/PlexMeidaServer/transcode':'/transcode':'rw'
  -v '/mnt/disk1/储存池/Movies/':'/Movies':'rw'
  -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker' 

Unable to find image 'plexinc/pms-docker:latest' locally
latest: Pulling from plexinc/pms-docker
560c024910be: Pulling fs layer
45604770ecaa: Pulling fs layer
75d58c254dbc: Pulling fs layer
f7e6d60826c0: Pulling fs layer
f7e6d60826c0: Waiting
75d58c254dbc: Retrying in 5 seconds
560c024910be: Retrying in 5 seconds
45604770ecaa: Retrying in 5 seconds
75d58c254dbc: Retrying in 4 seconds
560c024910be: Retrying in 4 seconds
45604770ecaa: Retrying in 4 seconds
75d58c254dbc: Retrying in 3 seconds
560c024910be: Retrying in 3 seconds
45604770ecaa: Retrying in 3 seconds
75d58c254dbc: Retrying in 2 seconds
560c024910be: Retrying in 2 seconds
45604770ecaa: Retrying in 2 seconds
75d58c254dbc: Retrying in 1 second
560c024910be: Retrying in 1 second
45604770ecaa: Retrying in 1 second
75d58c254dbc: Retrying in 10 seconds
45604770ecaa: Retrying in 10 seconds
560c024910be: Retrying in 10 seconds
75d58c254dbc: Retrying in 9 seconds
45604770ecaa: Retrying in 9 seconds
560c024910be: Retrying in 9 seconds
75d58c254dbc: Retrying in 8 seconds
45604770ecaa: Retrying in 8 seconds
560c024910be: Retrying in 8 seconds
75d58c254dbc: Retrying in 7 seconds
45604770ecaa: Retrying in 7 seconds
560c024910be: Retrying in 7 seconds
75d58c254dbc: Retrying in 6 seconds
45604770ecaa: Retrying in 6 seconds
560c024910be: Retrying in 6 seconds
75d58c254dbc: Retrying in 5 seconds
45604770ecaa: Retrying in 5 seconds
560c024910be: Retrying in 5 seconds
75d58c254dbc: Retrying in 4 seconds
45604770ecaa: Retrying in 4 seconds
560c024910be: Retrying in 4 seconds
75d58c254dbc: Retrying in 3 seconds
45604770ecaa: Retrying in 3 seconds
560c024910be: Retrying in 3 seconds
75d58c254dbc: Retrying in 2 seconds
45604770ecaa: Retrying in 2 seconds
560c024910be: Retrying in 2 seconds
75d58c254dbc: Retrying in 1 second
45604770ecaa: Retrying in 1 second
560c024910be: Retrying in 1 second
docker: error pulling image configuration: download failed after attempts=6: dial tcp 103.252.115.169:443: i/o timeout.
See 'docker run --help'.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...