June 23, 20251 yr I'm trying to setup this docker from Docker Hub:https://hub.docker.com/layers/jamesbrooks/perforce-server/latest/images/sha256-7c687f1e19cca773b8c2b05db55cd3b55960ca505ddb87a54696a14bb58d07e8Which is based off this:https://github.com/ambakshi/docker-perforceI think the main issue I'm having is that I have no idea how to setup the paths for the container to work properly. Should I be making some new shares for this? or does the docker take care of that?Here are the results of my poor attempt to let CA convert it:docker run -d --name='perforce-server' --net='bridge' --pids-limit 2048 -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid01" -e HOST_CONTAINERNAME="perforce-server" -e 'NAME'='perforce-server' -e 'P4NAME'='master' -e 'P4TCP'='1666' -e 'P4PORT'='1666' -e 'P4USER'='admin' -e 'P4PASSWD'='pass12349ers' -e 'P4CASE'='-C0' -e 'P4CHARSET'='utf8' -e 'JNL_PREFIX'='master' -e 'P4HOME'='/p4' -e 'P4ROOT'='/p4/root' -e 'P4DEPOTS'='/p4/depots' -e 'P4CKP'='/p4/checkpoints' -e 'Community_Applications_Conversion'='true' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='' -p '1666:1666/tcp' -v '/mnt/user/appdata/perforce-server/':'/p4':'rw' -v '/mnt/user/appdata/perforce-server/logs/':'/opt/perforce/servers/server-instance/logs/':'ro' 'jamesbrooks/perforce-server:latest'df8aeaeb05806897b60bb8893d24da060c16869c03683de1c8b093ed59454d80docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "./docker-entrypoint.sh": stat ./docker-entrypoint.sh: no such file or directory: unknown.The command failed.
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.