You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.
I get the following error for configuring either an existing disk or a non-existant disk.
~$ docker run --name="redis-6379" -p 6379:6379/tcp --volume-driver=gce -v redis-6379:/redis/data jamespedwards42/alpine-redis:unstable --port 6379 --protected-mode no
docker: Error response from daemon: create 068f888f4198dd087bca932dd14979156f5cc5b5f458cc7469591cd4a4a88672: VolumeDriver.Create: googleapi: Error 400: Invalid value '068f888f4198dd087bca932dd14979156f5cc5b5f458cc7469591cd4a4a88672'. Values must match the following regular expression: '[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?', invalidParameter.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get the following error for configuring either an existing disk or a non-existant disk.
The text was updated successfully, but these errors were encountered: