GithubHelp home page GithubHelp logo

yangxuan8282 / docker-image Goto Github PK

View Code? Open in Web Editor NEW
82.0 82.0 39.0 44.71 MB

Shell 27.34% Makefile 0.14% Go 39.23% Smarty 0.08% Groovy 0.09% Ruby 0.19% DIGITAL Command Language 0.01% Python 0.12% HTML 15.62% CSS 1.49% PHP 0.22% Dockerfile 15.47%

docker-image's People

Contributors

yangxuan8282 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-image's Issues

构建rpi-alpine-grafana 失败

您好,我想构建 rpi-alpine-grafana 这个项目但是现在报错了,执行到go run build.go setup 这里的时候,我估计是由于grafana 版本更新造成的。由于本人技术水平有限,不能处理这个问题,还请大神帮忙解决一下,谢谢啦。

报错信息:
stat build.go: no such file or directory
ERROR: Service 'grafana' failed to build: The command '/bin/sh -c go run build.go setup && go run build.go build && yarn install && npm run build && npm uninstall -g yarn && npm uninstall -g grunt-cli && npm cache clear && mv ./bin/grafana-server ./bin/grafana-cli /bin/ && mkdir -p /etc/grafana/json /var/lib/grafana/plugins /var/log/grafana /usr/share/grafana && mv ./public_gen /usr/share/grafana/public && mv ./conf /usr/share/grafana/conf && apk del build-deps && cd / && rm -rf /var/cache/apk/* /usr/local/share/.cache $GOPATH' returned a non-zero code: 1

Upgrade Resilio Sync

Hi, is it possible to upgrade Resilio Sync to a newer version. What exactly does
ENV RESILIO_VERSION=2.4.4
do?

Thanks for the great work!

format error

Hey!

I tried to fork your repository to check out the resilio container. When I pull your image directly through docker pull docker pull yangxuan8282/rpi-resilio-sync everything seems to work. But when I try using the forked image from https://hub.docker.com/r/cyberto/rpi-resilio-sync/ I get
standard_init_linux.go:178: exec user process caused "exec format error"

It looks like I used the wrong base image, but I think I'm using a armhf image which should work propperly!

I'm new to docker, maybe you could help me or describe how you made it work

Socket Permission Denied Error in seafile container

Hello,
on running the docker the first time I get the
socket.error: [Errno 13] Permission denied
(see also below).
I am able to log in the container as root and can easily reproduce the problem there using the simple python code
import socket
s = socket.socket(socket.AF_UNIX)
So it looks like it is a prblem with the container setup.

I am using the Raspian Buster image...
Any idea how to help me? I run out of ideas...

Many thanks,
Carsten from Germany

No previous version on Seafile configurations found, starting seafile configuration...
Enter the name of the server (3 - 15 letters or digits)
[server name ]: mycloud
Enter the domain OR ip of the server? (For example: www.mycompany.com, 192.168.1.101)
[ip or domain ]: 192.168.28.53
done
Successly create configuration dir /home/seafile/ccnet.

  • ccnet configured successfully
    Done.

  • seafile configured successfully

  • seahub configured successfully
    Operations to perform:
    Synchronize unmigrated apps: wiki, profile, group, help, api2, contacts, staticfiles, share, messages, thumbnail, options, statici18n, compressor, password_session, base, avatar, registration, message, constance, notifications, gunicorn
    Apply all migrations: termsandconditions, database, sessions, invitations, captcha, contenttypes, post_office, institutions
    Synchronizing apps without migrations:
    Creating tables...
    Creating table registration_registrationprofile
    Creating table api2_token
    Creating table api2_tokenv2
    Creating table avatar_avatar
    Creating table avatar_groupavatar
    Creating table base_filediscuss
    Creating table base_filecomment
    Creating table base_userstarredfiles
    Creating table base_userenabledmodule
    Creating table base_groupenabledmodule
    Creating table base_userlastlogin
    Creating table base_commandslastcheck
    Creating table base_innerpubmsg
    Creating table base_innerpubmsgreply
    Creating table base_devicetoken
    Creating table base_clientlogintoken
    Creating table contacts_contact
    Creating table wiki_personalwiki
    Creating table wiki_groupwiki
    Creating table group_groupmessage
    Creating table group_messagereply
    Creating table group_messageattachment
    Creating table group_publicgroup
    Creating table message_usermessage
    Creating table message_usermsglastcheck
    Creating table message_usermsgattachment
    Creating table notifications_notification
    Creating table notifications_usernotification
    Creating table options_useroptions
    Creating table profile_profile
    Creating table profile_detailedprofile
    Creating table share_anonymousshare
    Creating table share_fileshare
    Creating table share_orgfileshare
    Creating table share_uploadlinkshare
    Creating table share_privatefiledirshare
    Running deferred SQL...
    Installing custom SQL...
    Running migrations:
    Rendering model states... DONE
    Applying captcha.0001_initial... OK
    Applying contenttypes.0001_initial... OK
    Applying contenttypes.0002_remove_content_type_name... OK
    Applying database.0001_initial... OK
    Applying institutions.0001_initial... OK
    Applying invitations.0001_initial... OK
    Applying invitations.0002_invitation_invite_type... OK
    Applying invitations.0003_auto_20160510_1703... OK
    Applying invitations.0004_auto_20160629_1610... OK
    Applying invitations.0005_auto_20160629_1614... OK
    Applying post_office.0001_initial... OK
    Applying post_office.0002_add_i18n_and_backend_alias... OK
    Applying post_office.0003_longer_subject... OK
    Applying post_office.0004_auto_20160607_0901... OK
    Applying sessions.0001_initial... OK
    Applying termsandconditions.0001_initial... OK

  • seahub database synchronized successfully

  • gunicorn configured successfully
    Configuration compleated!
    Starting seafile server...

Starting seafile-server...
Starting seahub...
Seahub running on port 8000
Done
Creating administrator user:
Traceback (most recent call last):
File "seafile-server/seahub/manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 338, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.7/site-packages/django/core/management/init.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 390, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
output = self.handle(*args, **options)
File "/home/seafile/seafile-server/seahub/seahub/base/management/commands/createsuperuser.py", line 74, in handle
User.objects.get(email=default_username)
File "/home/seafile/seafile-server/seahub/seahub/base/accounts.py", line 86, in get
emailuser = ccnet_threaded_rpc.get_emailuser(email)
File "/usr/local/lib/python2.7/site-packages/pysearpc/client.py", line 110, in newfunc
ret_str = self.call_remote_func_sync(fcall_str)
File "/usr/local/lib/python2.7/site-packages/ccnet/rpc.py", line 71, in call_remote_func_sync
client = self.pool.get_client()
File "/usr/local/lib/python2.7/site-packages/ccnet/pool.py", line 29, in get_client
client = self._create_client()
File "/usr/local/lib/python2.7/site-packages/ccnet/pool.py", line 21, in _create_client
client.connect_daemon()
File "/usr/local/lib/python2.7/site-packages/ccnet/client.py", line 131, in connect_daemon
return self.connect_daemon_with_pipe()
File "/usr/local/lib/python2.7/site-packages/ccnet/client.py", line 105, in connect_daemon_with_pipe
self._connfd = socket.socket(socket.AF_UNIX)
File "/usr/lib/python2.7/socket.py", line 191, in init
_sock = _realsocket(family, type, proto)
socket.error: [Errno 13] Permission denied

==> logs/ccnet.log <==

==> logs/controller.log <==
[01/17/20 06:37:59] seafile-controller.c(154): starting ccnet-server ...
[01/17/20 06:37:59] seafile-controller.c(73): spawn_process: ccnet-server -F /home/seafile/conf -c /home/seafile/ccnet -f /home/seafile/logs/ccnet.log -d -P /home/seafile/pids/ccnet.pid
[01/17/20 06:37:59] seafile-controller.c(88): spawned ccnet-server, pid 27
Version file found in container, checking it
Version is the same, no upgrade needed
Starting seafile server...

Starting seafile-server...
Starting seahub...
Seahub running on port 8000
Done
==> logs/ccnet.log <==

==> logs/controller.log <==
[01/17/20 06:37:59] seafile-controller.c(154): starting ccnet-server ...
[01/17/20 06:37:59] seafile-controller.c(73): spawn_process: ccnet-server -F /home/seafile/conf -c /home/seafile/ccnet -f /home/seafile/logs/ccnet.log -d -P /home/seafile/pids/ccnet.pid
[01/17/20 06:37:59] seafile-controller.c(88): spawned ccnet-server, pid 27
[01/18/20 09:57:22] seafile-controller.c(154): starting ccnet-server ...
[01/18/20 09:57:22] seafile-controller.c(73): spawn_process: ccnet-server -F /home/seafile/conf -c /home/seafile/ccnet -f /home/seafile/logs/ccnet.log -d -P /home/seafile/pids/ccnet.pid
[01/18/20 09:57:22] seafile-controller.c(88): spawned ccnet-server, pid 15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.