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

Is this project still working ? #2

Open
eurecomphil opened this issue Apr 21, 2020 · 2 comments
Open

Is this project still working ? #2

eurecomphil opened this issue Apr 21, 2020 · 2 comments

Comments

@eurecomphil
Copy link

eurecomphil commented Apr 21, 2020

Dear Ricardo,

Thank you for your work and share.
I would like to dockerise my current D6 and I wanted to try your solution. But it never starts, looks like it is looking for memcache and never finds it.

myuser@casa:/opt$ docker run -dit -p 500:80 --rm --name testdrupal6 ricardoamaro/drupal6
fbb222e9e8d10999961517d7075f64b6d48db9a0484a225f7337c842b0e3c27c
myuser@casa:/opt$ docker logs -f testdrupal6
200421 08:13:08 mysqld_safe Logging to '/var/log/mysql/error.log'.
200421 08:13:08 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

GENERATED USERS CREDENTIALS
mysql drupal password: xxxx
mysql root   password: xxxxx
ssh   root   password: xxxxxx
-----------------------------------
No tables to drop.                                                   [ok]
Starting Drupal installation. This takes a few seconds ...           [ok]
Installation complete.  User name: admin  User password: admin       [ok]
There are no releases for project memcache.
Choose one of the available releases for memcache:
 [0]  :  Cancel                                      
 [1]  :  6.x-1.x-dev  -  2017-Jul-11  -  Development 
 [2]  :  6.x-1.6      -  2010-Sep-29  -  Security    

Cancelled
memcache was not found.                                              [warning]
The following projects provide some or all of the extensions not     [ok]
found:
memcache
Would you like to download them? (y/n): y
There are no releases for project memcache.
Choose one of the available releases for memcache:
 [0]  :  Cancel                                      
 [1]  :  6.x-1.x-dev  -  2017-Jul-11  -  Development 
 [2]  :  6.x-1.6      -  2010-Sep-29  -  Security

Thanks a lot for your answer.
Phil

@eurecomphil
Copy link
Author

OK I found out you are using UBUNTU Trusty (14.04) which is not maintained anymore.
I tried replacing by FROM ubuntu:xenial but of course it does not compile since packages have cetrainly been renamed.
There is thus work to do :-)
Thank you anyway

@alanevans
Copy link

There are some sort-of workaround options that would help get you up and running here (so long as you're ok continuing with ubuntu trusty for now):

  • the terminal is waiting for input on which memcache version to download - I think choosing one of the memcache module versions should work ok (or edit the files/start.sh file and specify a concrete version).
  • ... or you might be able to ctrl-c out of the memcache download/install commands and it will still work even if the memcache module has not installed (this option worked for me)
  • if you're ok with building locally and editing files/start.sh and removing the memcache lines, you might not need them, so that should be ok

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

No branches or pull requests

2 participants