Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Docker Issue [Unable to Find ChurchCRM/CRM Locally] #524

Closed
crossan007 opened this issue Apr 9, 2016 · 3 comments
Closed

Possible Docker Issue [Unable to Find ChurchCRM/CRM Locally] #524

crossan007 opened this issue Apr 9, 2016 · 3 comments

Comments

@crossan007
Copy link
Contributor

Received this message on IRC:

[4/7/2016 11:15:09] So, quick question.... I think went through the install part pretty well, but now I can't keep going as when I try to run the command "docker run -d -p 80:80 -p 3306:3306 churchcrm/crm" it says that it was "unable to find image churchcrm/crm locally"... any suggestions?

I haven't tested this yet, but I'm tracking it here.

@crossan007 crossan007 added the bug label Apr 9, 2016
@DawoudIO DawoudIO added this to the 2.1.0 milestone Apr 9, 2016
@DawoudIO DawoudIO modified the milestone: 2.1.0 Jun 3, 2016
@DawoudIO
Copy link
Contributor

can you test with the latest version?

@DawoudIO DawoudIO modified the milestone: 2.1.0 Jun 13, 2016
@DawoudIO
Copy link
Contributor

that is not how docker also works without more info I'll test docker with 2.1.0 and close the bug

@crossan007 crossan007 added this to the 2.2.1 milestone Sep 10, 2016
@DawoudIO DawoudIO modified the milestone: 2.2.1 Sep 30, 2016
@DawoudIO
Copy link
Contributor

i just checked and everything is starting

docker pull churchcrm/crm

will result in

Using default tag: latest
latest: Pulling from churchcrm/crm

8387d9ff0016: Pull complete
3b52deaaf0ed: Pull complete
4bd501fad6de: Pull complete
a3ed95caeb02: Pull complete
790f0e8363b9: Pull complete
11f87572ad81: Pull complete
341e06373981: Pull complete
709079cecfb8: Pull complete
55bf9bbb788a: Pull complete
b41f3cfd3d47: Pull complete
70789ae370c5: Pull complete
43f2fd9a6779: Pull complete
6a0b3a1558bd: Pull complete
934438c9af31: Pull complete
1cfba20318ab: Pull complete
de7f3e54c21c: Pull complete
596da16c3b16: Pull complete
e94007c4319f: Pull complete
3c013e645156: Pull complete
16b5723d1fed: Pull complete
Digest: sha256:5dea949f53af56094a2281552f88577c3eac9b579f664802f60cb90d80545dd3
Status: Downloaded newer image for churchcrm/crm:latest

then running docker run churchcrm/crm

=> An empty or uninitialized MySQL volume is detected in /var/lib/mysql
=> Installing MySQL ...
=> Done!
=> Waiting for confirmation of MySQL service startup
=> Creating MySQL admin user with random password
=> Done!
========================================================================
You can now connect to this MySQL Server using:

    mysql -uadmin -pmdeR9owdJnPp -h<host> -P<port>

Please remember to change the above password as soon as possible!
MySQL user 'root' has no password but only allows local connections
========================================================================
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for it
  'Supervisord is running as root and it is searching '
2016-10-31 03:31:32,634 CRIT Supervisor running as root (no user in config file)
2016-10-31 03:31:32,634 WARN Included extra file "/etc/supervisor/conf.d/supervisord-mysqld.conf" during parsing
2016-10-31 03:31:32,634 WARN Included extra file "/etc/supervisor/conf.d/supervisord-apache2.conf" during parsing
2016-10-31 03:31:32,651 INFO RPC interface 'supervisor' initialized
2016-10-31 03:31:32,652 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2016-10-31 03:31:32,652 INFO supervisord started with pid 1
2016-10-31 03:31:33,654 INFO spawned: 'mysqld' with pid 433
2016-10-31 03:31:33,655 INFO spawned: 'apache2' with pid 434
2016-10-31 03:31:34,763 INFO success: mysqld entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-10-31 03:31:34,763 INFO success: apache2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants