-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Unable to create a Docker secret from STDIN #697
Comments
I'm not able to reproduce this on Docker for Mac; echo 'this is my secret' | docker secret create my-secret -
fi770k2qow3dr9fsold1cqlu6 I do notice you're running an old version of the Docker CLI; are you still able to reproduce this on an up-to-date version of the CLI? |
Well, I'm running a Docker Toolbox on Windows which, I believe, at the time I posted the question was the latest version. How do I update the client without reinstalling Docker Toolbox, is there a command? Which version are you running? |
You'll probably have to update Toolbox to get a current version. The point here is that this sounds like an issue in the client, and the |
@thaJeztah I'm using
|
@williamjamir are you using ConEMU? If so, possibly related to Maximus5/ConEmu#958, Maximus5/ConEmu#1341, (see Maximus5/ConEmu#958 (comment)) |
This seems to be fixed by moby/moby#37600
|
@sleyzerzon can you update to latest toolbox and see if this is fixed for you? |
I'm trying to create a Docker secret as per Docker docs:
and getting the following:
This is running under Docker Toolbox in ConEmu:
The text was updated successfully, but these errors were encountered: