docker exec -it <cid> /bin/ls
- Does anyone run etcd like this, or is the only real production supported configuration is installed on the host OS?
- I'm surprised the data-dir is not a volume mounted on the host in the instructions? In an effort to try this, I tried to poke around a running quay.io/coreos/etcd container with,
but get "exec: "/bin/ls": stat /bin/ls: no such file or directory". That's a pretty stripped down container. Does anyone know what exactly the host OS is and why it doesn't have a shell or ls at all? Because of this, I'm not sure where to mount the container volume to?docker exec -it <cid> /bin/ls
- Restarting a container causes it to fail to rejoin the cluster. I see in the Clustering Guide that subsequent runs should ignore the --initial-cluster flags. I suspect this is not happening due to the ephemeral nature of a container without a mapped volume. I was able to get it to rejoin if I set --initial-cluster-state existing. Am I missing something else here?
Thanks,Tom--
You received this message because you are subscribed to the Google Groups "CoreOS User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.