strigazi added a new comment to an issue you are following:
``
I tried the following:
create a swarm cluster with one manger and two workers, then a secret and 
finally a service. Then I got:

starting container failed: RemoveSecretsPath failed: remove 
/var/lib/docker/containers/c51bb7d17d7916462681c0d6b862b3396f28ae965ec5ab604a03e00b2e86e754/secrets/my_secret_data:
 read-only file system" 

To reproduce, boot a F26AH (while writing I tried with one as well) and then do:
# docker swarm init
# echo "This is a secret" | docker secret create my_secret_data -
# docker service  create --name="httpd" --secret="my_secret_data" 
docker.io/httpd
# docker service ps httpd

Should I create a BZ?

Also, if I don't put docker.io/ in front of the image it works, but I get 
"unable to pin image httpd to digest: unknown: Not Found" which is a bit 
annoying.
``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/261
_______________________________________________
cloud mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to