We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
What happened: Volumes created using the docker volume create command with labels passed through --opt argument do not contain the provided labels
docker volume create
--opt
What you expected to happen: A volume created with labels should have the labels.
How to reproduce it (as minimally and precisely as possible):
sudo docker volume create -d pxd --name=dcVol1 --opt size=10 --opt fs=ext4 --opt block_size=4 --opt repl=1 --opt label=name=sqldisk,type=production
The new volume dcVol1 does not have the expected label sqldisk,type=production
dcVol1
sqldisk,type=production
The text was updated successfully, but these errors were encountered:
adityadani
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
Volumes created using the
docker volume create
command with labels passed through--opt
argument do not contain the provided labelsWhat you expected to happen:
A volume created with labels should have the labels.
How to reproduce it (as minimally and precisely as possible):
The new volume
dcVol1
does not have the expected labelsqldisk,type=production
The text was updated successfully, but these errors were encountered: