Ruan Bekker

Results 8 comments of Ruan Bekker

Great Plugin! I've been looking forward to a glusterfs plugin for docker for some time now 😄 . Is the plugin supported for swarm? I've setup a replicated storage pool...

Thanks a lot @trajano for the feedback. I'm not sure why I expected the volume should be on every node. (from volume ls) Tried it again, and notice as soon...

Im busy with adding a self-host option with docker in a wip branch: - https://github.com/ruanbekker/dub/tree/docker ```bash docker-compose up -d --build ``` Then access in port 3000: Atm getting a error:...

Getting the same problem

I followed the steps in the comment https://github.com/swarmlet/swarmlet/issues/46#issuecomment-755434967 I am experiencing the same issue, and done the steps from above comment and this is my output: ``` # ssh config...

I had a similar issue with Jenkins. Tested with minio and removing the `PersistentVolume` section and adding metadata to `PersistentVolumeClaim` worked for me. With a default install: ``` > kubectl...

Hey @aakashnagpal4567 , I will check to get this done by the end of the week.

I was able to get around the error by providing the user and group id's that holds the permission for directory `$PWD/besu-data`: ```yaml services: besu: image: hyperledger/besu:latest container_name: besu restart:...