iwasakims commented on pull request #851:
URL: https://github.com/apache/bigtop/pull/851#issuecomment-1004464593


   @elukey All invocation of `docker-compose` command should be replaced with 
`docker-compose -f $docker_compose_yamlconf`? I got following error since 
`docker-compose` without `-f` seeks the file named docker-compose.yml or 
docker-compose.yaml.
   
   ```
   $ mv docker-compose.yml docker-compose-renamed.yml
   $ ./docker-hadoop.sh \
      --docker-compose-yml docker-compose-renamed.yml \
      --create 1 \
      --image bigtop/puppet:trunk-centos-8 \
      --memory 8g \
      --repo file:///bigtop-home/output \
      --disable-gpg-check \
      --stack zookeeper
   Environment check...
   Check docker:
   Docker version 20.10.7, build f0df350
   Check docker-compose:
   docker-compose version 1.26.2, build eefe0d31
   Check ruby:
   ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux]
   Creating 20220104_011930_r8500_bigtop_1 ... done
   ERROR:
           Can't find a suitable configuration file in this directory or any
           parent. Are you in the right directory?
   
           Supported filenames: docker-compose.yml, docker-compose.yaml
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to