This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Volume creation fails when used in docker run
command
#840
Labels
docker run
command
#840
Running the following command:
results in the following error:
Running
docker volume create --name testvolume2 --driver vmdk
first, and then running the above command succeeds normally.Unfortunately, I'm using Mesos which creates its volumes using
docker run
and passing the--volume-driver
flagThe following stack trace appears in the volume driver logs:
Environment:
Coreos 1185.2, running within a docker container, docker version 1.11.2
Release: (error occurs on both 0.8.1 and 0.9)
The text was updated successfully, but these errors were encountered: