Created
November 6, 2014 22:55
-
-
Save andyshinn/5d0cd8a1963d9fba6765 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --rm -it -e 'ETCD_DATA_DIR=' polleverywhere/etcd | |
| [etcd] Nov 6 14:02:25.896 WARNING | Using the directory 799afb449cd8.etcd as the etcd curation directory because a directory was not specified. | |
| [etcd] Nov 6 14:02:25.896 INFO | 799afb449cd8 is starting a new cluster | |
| [etcd] Nov 6 14:02:25.899 INFO | etcd server [name 799afb449cd8, listen on :4001, advertised url http://127.0.0.1:4001] | |
| [etcd] Nov 6 14:02:25.899 INFO | peer server [name 799afb449cd8, listen on :7001, advertised url http://127.0.0.1:7001] | |
| [etcd] Nov 6 14:02:25.899 INFO | 799afb449cd8 starting in peer mode | |
| [etcd] Nov 6 14:02:25.899 INFO | 799afb449cd8: state changed from 'initialized' to 'follower'. | |
| [etcd] Nov 6 14:02:25.899 INFO | 799afb449cd8: state changed from 'follower' to 'leader'. | |
| [etcd] Nov 6 14:02:25.899 INFO | 799afb449cd8: leader changed from '' to '799afb449cd8'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment