dmsl/anyplace

docker couchbase never starts during post_install.sh using develop branch

Opened this issue · 2 comments

i'm going through a vanilla ubuntu 18 docker install using the develop branch

i've tried several settings for the couchbase hostname = http://127.0.0.1 , localhost, etc... and it never seems to load the couchbase image properly

here's what i'm seeing from docker images,

root@anyplace-test:/home/ubuntu/anyplace-develop/docker# docker images REPOSITORY TAG IMAGE ID CREATED SIZE anyplace-couchbase v4.0-dev b464cafc2c54 10 minutes ago 505MB anyplace v4.0-dev 47b2c633bd52 10 minutes ago 1.57GB anyplace-base latest c9d39daf9887 13 minutes ago 1.04GB ubuntu 18.04 4eb8f7c43909 11 days ago 63.1MB couchbase community-6.0.0 0d4122aca7c1 14 months ago 505MB

and when i test post_install.sh it just never runs.

root@anyplace-test:/home/ubuntu/anyplace-develop/docker# ./post_install.sh
anyplace
Initializing couchbase: anyplace-couchbase
ROOT_USER: root
ROOT_PASS: root1234
USER: anyplace
PASS: 123456
CLUSTER: anyplace
BUCKET: anyplace
RAM: 1024
RAM_INDEX: 256
[1] [01:50:35] Couchbase starting up..
[2] [01:50:37] Couchbase starting up..
[3] [01:50:39] Couchbase starting up..
[4] [01:50:41] Couchbase starting up..

and it'll go on for 3-4 minutes before i quit waiting = any advice welcome

you got the solution?

nope... quit trying