Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need Help Setting up Docker from Docker Hub

Featured Replies

I'm trying to setup this docker from Docker Hub:

https://hub.docker.com/layers/jamesbrooks/perforce-server/latest/images/sha256-7c687f1e19cca773b8c2b05db55cd3b55960ca505ddb87a54696a14bb58d07e8

Which is based off this:
https://github.com/ambakshi/docker-perforce

I 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'

df8aeaeb05806897b60bb8893d24da060c16869c03683de1c8b093ed59454d80
docker: 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.