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 Jun 20, 2024. It is now read-only.
root@xps:~# weave launch
root@xps:~# eval $(weave env)
root@xps:~# eval $(weave env)
root@xps:~# weave reset
WARNING: It appears that your environment is configured to use the Weave Docker API proxy. Stopping it will break this and subsequent docker invocations. To restore your environment, run 'eval $(weave env --restore)'.
Error deleting container: Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
root@xps:~# eval $(weave env --restore)
root@xps:~# docker ps
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
root@xps:~# eval $(weave env --restore)
root@xps:~# docker ps
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
I reckon eval $(weave env) should be made idempotent.
The text was updated successfully, but these errors were encountered:
I reckon
eval $(weave env)
should be made idempotent.The text was updated successfully, but these errors were encountered: