dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Initial Run stuck at Status is Unreconized status

Open elric667 opened this issue 2 years ago • 2 comments

Status: Downloaded newer image for zcalusic/pcloud:latest pCloud console client v.2.0.1 Down: Everything Downloaded| Up: Everything Uploaded, status is LOGIN_REQUIRED Please, enter password logging in Down: Everything Downloaded| Up: Everything Uploaded, status is CONNECTING Down: Everything Downloaded| Up: Everything Uploaded, status is Unrecognized status

This is the command I ran to build the container

sudo docker run -it
--privileged
-v pcloud-cache-dir:/volume1/docker/pcloud
--name pcloud
zcalusic/pcloud
pcloudcc -u (redacted) -s -m pcloud-mount-dir

elric667 avatar Aug 01 '22 02:08 elric667

It seems you misunderstood how to properly mount host volume inside container. pcloud-cache-dir is to be replaced with an existing HOST folder. That /root/.pcloud folder is NOT to be changed. Also pcloud-mount-dir is to be replaced with some existing folder INSIDE cointainer, say /mnt.

Please fix those then try again.

zcalusic avatar Aug 01 '22 08:08 zcalusic

I still can't get this to go past the unrcognized status

sudo docker run -it \

 --privileged \
 -v /volume1/docker/pcloud/:/root/.pcloud \
 --name pcloud \
 zcalusic/pcloud \
 pcloudcc -u [email protected] -s -m /mnt

pCloud console client v.2.0.1 Down: Everything Downloaded| Up: Everything Uploaded, status is CONNECTING Down: Everything Downloaded| Up: Everything Uploaded, status is Unrecognized status

elric667 avatar Aug 02 '22 21:08 elric667

Got past this problem

elric667 avatar Nov 29 '22 20:11 elric667