[support] Bungy's docker repository


Recommended Posts

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.

Link to comment

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.

Link to comment

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.

Link to comment
  • 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?

Link to comment

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

Link to comment
  • 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

 

 

Link to comment
  • 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

Link to comment

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?

Link to comment

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.

Link to comment

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

 

Link to comment
  • 2 weeks later...

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.