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


   adding /sys/fs/cgroup to volumes worked for me to fix the `systemctl` issue.
   ```
   diff --git a/provisioner/docker/docker-compose.yml 
b/provisioner/docker/docker-compose.yml
   index cee849e9..b3bb1a42 100644
   --- a/provisioner/docker/docker-compose.yml
   +++ b/provisioner/docker/docker-compose.yml
   @@ -24,3 +24,4 @@ bigtop:
        - ./config/hiera.yaml:/etc/puppet/hiera.yaml
        - ./config/hieradata:/etc/puppet/hieradata
        - ./config/hosts:/etc/hosts
   +    - /sys/fs/cgroup:/sys/fs/cgroup:ro
   ```
   


----------------------------------------------------------------
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.

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


Reply via email to