Git Product home page Git Product logo

docker-azurefile-plugin's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working at @kumojin
  • ๐Ÿค” Iโ€™m looking for help with ...
  • ๐Ÿ’ฌ Ask me about Docker, Container, DevOps
  • ๐Ÿ˜„ Pronouns: He/Him

docker-azurefile-plugin's People

Contributors

ahmetb avatar buckett avatar jmaitrehenry avatar stephlocke avatar zlatan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

eduhg samihoda

docker-azurefile-plugin's Issues

Allow full Azure connection string customization

I'm wondering if it's possibile to customize not only AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCOUNT_KEY, as stated in the main doc page, but the full Azure connection string, too.

My use case is to try the plugin using a local-running azurite installation, so providing my own storage account and storage account key is not enough form me - I should provide something like AZURE_CONNECTION_STRING=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://containerRunningAzurite:10000/devstoreaccount1;QueueEndpoint=http://containerRunningAzurite:10001/devstoreaccount1;

Is there already a way to do something like this?
Thank you in advance!

Update travis configuration as the build failed

$ go version
go version go1.7 linux/amd64
go.env
$ go env
install
0.00s$ export GO15VENDOREXPERIMENT=1
3.84s$ go get -u github.com/golang/lint/golint
# golang.org/x/tools/go/internal/gcimporter
../../../golang.org/x/tools/go/internal/gcimporter/bexport.go:212: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias)
The command "go get -u github.com/golang/lint/golint" failed and exited with 2 during .

Support for azure blob storage?

Hi Julien,

do you plan on supporting azure blob storage as well? I'm pretty new to the docker world and am looking for an easy way to mount blob containers without modifying the docker container and am overwhelmed by this. There seems to be support for s3 but none (afaik) for azure without fiddling around with minio :(

Any help would be appreciated

Incorrect Azure Volume Name

When I run
$ docker volume create --name my_volume -d jmaitrehenry/azurefile
It shows this error msg.
Error response from daemon: create az_volume: VolumeDriver.Create: error creating azure file share: storage: service returned error: StatusCode=400, ErrorCode=InvalidResourceName, ErrorMessage=The specifed resource name contains invalid characters.

I think volume name can't contain underscore.

Use Azurefile fromaCompose file?

Julien, thanks for updating this storage driver. Can you offer any syntax guidance on using this storage driver from a compose fileb(stack deploy in Swarm mode)? It worked great from simple docker run commands, but have been unable to get a deployment to a host with the plug-in installed to work from a compose file. Any guidance your can offer is appreciated.

UPDATE: Julien, but enabling debug in Docker daemon, I was able to find the solution through considerable trial and error.

StorageBase, Share, Remotepath

Need some documentation. When you got to Azure, and setup a file share, for example, it provides some data. How does that translate to the parameters here?

For example,
mount -v -t cifs //ABC.file.core.windows.net/XYZ /mnt/mymount -o nofail,vers=3.0,credentials=/etc/smbcredentials/ABC.cred,dir_mode=0777,file_mode=0777,serverino

I've taken the smbcredentials for the initial plugin install, but beyond that it is not clear how the volume creation should take what the CNAME should be (like ABC above), and what the subdirectory /path should be like (like XYZ above).

Also, there is no way to pass serverino, or nofail...

What -o options should I pass so the URL and path are correct, StorageBase, Share, Remotepath? How do I pass the additional options which are rejected?

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.