Giter VIP home page Giter VIP logo

Comments (4)

sapk avatar sapk commented on August 18, 2024

Hi did you use docker plugin docker plugin install sapk/plugin-gluster (get from docker hub and run in a container) or use the binary docker-volume-gluster deamon ? In the last case, the plugin name is simply gluster.

from docker-volume-gluster.

sapk avatar sapk commented on August 18, 2024

From the information, I can confirm that you use the binary.

Plugins:
 Volume: cifs gluster local
 Network: bridge host ipvlan macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog

Use that command to setup a volume and start a container with it:

docker volume create --driver gluster --opt voluri="<volumeserver>:<volumename>" --name test
docker run -v test:/mnt --rm -ti ubuntu

from docker-volume-gluster.

delissonjunio avatar delissonjunio commented on August 18, 2024

Great, it works now! Should I create a pull request to update the docs about this? It wasn't quite clear from the start

from docker-volume-gluster.

sapk avatar sapk commented on August 18, 2024

I was adding it to my todo list but please do.
For information, the readme need to indicate the first (new) part is "docker managed plugin" (https://docs.docker.com/engine/extend/) that is a image/container that is get from registry and contains the plugin and the needed configuration of container based on https://github.com/sapk/docker-volume-gluster/blob/master/config.json.
The old and second method, maybe more used for dev, is the legacy plugin definition by docker https://docs.docker.com/engine/extend/legacy_plugins/. It is the same binary that run inside the container one that you can directly execute on host (what you use).

Docker add also some confusion like docker plugin ls only listing managed plugin but the information of attached plugins is part of docker info

from docker-volume-gluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.