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.

[support] Bungy's docker repository

Featured Replies

  • Author

Dockers are pretty finicky and getting used to them at first can be difficult. I've often start by configuring the minimum amount of settings I need to going and then building from there.

 

Try those two commands I just sent you. They don't include the volume mappings. You may have to wait like 30 seconds after the first one while the docker boots up before you get the 2nd one to work properly. If they work, then you can add the volume mappings in and see if you can get everything up and running. The syntax for volume mappings is -v [host_directory]:[container_directory]

 

Hang in there. Dockers are a HUGE pain at first, but will end up being your best friend once you learn more about how to use them.

  • Replies 566
  • Views 167.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • BoxOfSnoo
    BoxOfSnoo

    FYI in the latest MySQL image the mysql native password starts up disabled, and `--default-authentication-plugin=mysql_native_password` does not work.  If you're having issues connecting, try adding t

  • Yeah, the easy way is to open a bash terminal into the docker and then check the ifconfig settings. If you see a connection to tun0, then you know you're connected to the VPN.   Another way is to r

  • No, you will need to provide your own certificates if you would like to use this option. The docker does not generate certificates by default. This shouldn't be hard to accomplish though. There's plen

Posted Images

  • Author

Running your commands, this is the error I get:

 

ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql' (111)

 

Give it a few seconds and try the second command again. Sounds like the container is still booting up. I ran in to the same issue.

Running your commands, this is the error I get:

 

ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql' (111)

 

Give it a few seconds and try the second command again. Sounds like the container is still booting up. I ran in to the same issue.

 

That did it!

 

mysql> prompt in the works now! Thanks bungy.

  • 2 weeks later...

Installed the l3igg's template

 

After I had it create the admin user, I ran into this error

 

Data directory (/usr/share/webapps/owncloud/data) is readable by other users

Please change the permissions to 0770 so that the directory cannot be listed by other users.

 

Tried changing the permission and it'll throw a internal server error.

 

Here's the current ownership.

 

drwxrwxrwx 7 nobody users 192 Dec  2 18:13 ../

drwxrwxrwx 2 nobody users  48 Feb 10 01:56 certs/

drwxrwxrwx 2 nobody users  80 Feb 10 17:19 config/

drwxrwxrwx 3 nobody users 288 Feb 10 17:24 data/

 

Any idea how to correct this ? I assume I need to run the container as a specific user?

  • Author

I've actually switched away from l3iggs container to the official owncloud container. I found it has less bugs

I've actually switched away from l3iggs container to the official owncloud container. I found it has less bugs

maybe you should update your template then to point to the official container
  • Author

Will do. I refrained since others are already using l3iggs but I'll update the template

Will do. I refrained since others are already using l3iggs but I'll update the template

Makes sense to me.  If the template maintainer is using a different container because his original one has more bugs.  Less confusing for new users (and the only other template is from gfjardim).

 

Not 100% sure what'll happen to existing users (if they'll get notifications for an update) however

  • Author

I'm pretty sure they won't unless they start from scratch. The updates pull from the running containers link to the registry and remaking the containers is typically done using the users local cache of the templates

I did and it gave the internal server error after that.

 

chmod -R 0770 data

None related, just following

 

160210 18:00:16 mysqld_safe Logging to '/var/lib/mysql/8d3297c7a987.err'.

160210 18:00:16 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

 

Is there anything in your docker logs?

  • Author

I believe I've seen that before and simply restarting the docker fixed it.

 

It would help to show the contents of that file as well

  • 2 weeks later...

Just spent the last day or two trying to get a Z-Stick Gen5 working with OpenHab.  I want to share this just in case someone here

is looking for a solution.

 

This was the error:

 

2016-02-23 12:15:14.781 [iNFO ] [b.z.i.protocol.ZWaveController] - Connecting to serial port /dev/ttyACM0

2016-02-23 12:15:14.786 [ERROR] [b.z.i.protocol.ZWaveController] - Serial Error: Port /dev/ttyACM0 does not exist

 

This is the fix:

 

Edit the docker in the UnRAID GUI and set "Extra Parameters" to:

 

--device /dev/ttyACM0:/dev/ttyACM0

 

Hope this helps

 

 

  • 2 weeks later...

Hi,

 

i've tried to update the gitlab docker today and it's not working anymore.

 

At the end of the docker update/install i get the following errors:

 

sh: -c: line 0: unexpected EOF while looking for matching ``'

sh: -c: line 1: syntax error: unexpected end of file

 

 

The Icon in CommunityApps is also missing (see screenshot).

 

I think something is broken in the repository....

 

 

cya

Repo.JPG.072c7a71d8eec19e9c36d5edc4c0715d.JPG

  • Author

Hi,

 

i've tried to update the gitlab docker today and it's not working anymore.

 

At the end of the docker update/install i get the following errors:

 

sh: -c: line 0: unexpected EOF while looking for matching ``'

sh: -c: line 1: syntax error: unexpected end of file

 

cya

 

Are you seeing this during the update or in the docker logs for the gitlab docker?

Hi,

 

i see this at the end of the update/install

 

cya

 

  • Author

Hmm. I just updated my gitlab docker after seeing your and I'm not seeing the same thing. It sounds like something is going wrong with your gitlab template or with your docker image. Can you check how much free space your docker image has? You can see this on the dashboard view in unraid.

Hi,

 

i found the problem....

 

My email password contains a backtick `

 

--link postgresql:postgresql --link redis:redisio .......  --env 'SMTP_PASS=XXXXX`XXX' ......

 

 

Thats causing the errors.

 

Somesthing must have changed in one of the last releases, as it worked before this update.

 

cya

 

Hi,

 

fixed it for the current docker by adding \\\ before the backtick -> \\\`

 

cya

 

 

 

  • 2 weeks later...

Anyone using openhab on daily basis? I need to know if it works before i buy aeon zwave stick :)

  • Author

I used to use openhab but switched to home assistant lately. It's much less buggy and easier to develop on.

 

Im not sure about that specific device being supported but openhab definitely has extensive support for zwave in general.

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.