zamilskhan

docker file update command output

May 17th, 2019
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. zamil@docker-test:~/Documents/docker-test/docker-gluu-server$ docker run \                                                           [50/4654]
  2. >     -v vault_gluu_policy.hcl:/vault/config/policy.hcl \
  3. >     vault:1.0.3
  4. Couldn't start vault with IPC_LOCK. Disabling IPC_LOCK, please use --privileged or --cap-add IPC_LOCK
  5. ==> Vault server configuration:
  6.  
  7.             Api Address: http://0.0.0.0:8200
  8.                     Cgo: disabled
  9.         Cluster Address: https://0.0.0.0:8201
  10.              Listener 1: tcp (addr: "0.0.0.0:8200", cluster address: "0.0.0.0:8201", max_request_duration: "1m30s", max_request_size: "335544
  11. 32", tls: "disabled")
  12.               Log Level: info
  13.                   Mlock: supported: true, enabled: false
  14.                 Storage: inmem
  15.                 Version: Vault v1.0.3
  16.             Version Sha: 85909e3373aa743c34a6a0ab59131f61fd9e8e43
  17.  
  18. WARNING! dev mode is enabled! In this mode, Vault runs entirely in-memory
  19. and starts unsealed with a single unseal key. The root token is already
  20. authenticated to the CLI, so you can immediately begin using Vault.
  21.  
  22. You may need to set the following environment variable:
  23.  
  24.    $ export VAULT_ADDR='http://0.0.0.0:8200'
  25.  
  26. The unseal key and root token are displayed below in case you want to
  27. seal/unseal the Vault or re-authenticate.
  28.  
  29. Unseal Key: VSqrxP06jHaGpw4RatlAKfPSpXhV7d3OCl5gubtDZgk=
  30. Root Token: s.Of5gghvZF8BvM6P6FOQG2fdu
  31.  
  32. Development mode should NOT be used in production installations!
  33.  
  34. ==> Vault server started! Log data will stream in below:
  35. 2019-05-17T15:53:24.869Z [WARN]  no `api_addr` value specified in config or in VAULT_API_ADDR; falling back to detection if possible, but this
  36. value should be manually set
  37. 2019-05-17T15:53:24.875Z [INFO]  core: security barrier not initialized
  38. 2019-05-17T15:53:24.875Z [INFO]  core: security barrier initialized: shares=1 threshold=1
  39. 2019-05-17T15:53:24.875Z [INFO]  core: post-unseal setup starting
  40. 2019-05-17T15:53:24.895Z [INFO]  core: loaded wrapping token key
  41. 2019-05-17T15:53:24.895Z [INFO]  core: successfully setup plugin catalog: plugin-directory=
  42. 2019-05-17T15:53:24.895Z [INFO]  core: no mounts; adding default mount table
  43. 2019-05-17T15:53:24.897Z [INFO]  core: successfully mounted backend: type=kv path=secret/
  44. 2019-05-17T15:53:24.897Z [INFO]  core: successfully mounted backend: type=cubbyhole path=cubbyhole/
  45. 2019-05-17T15:53:24.897Z [INFO]  core: successfully mounted backend: type=system path=sys/
  46. 2019-05-17T15:53:24.897Z [INFO]  core: successfully mounted backend: type=identity path=identity/
  47. 2019-05-17T15:53:24.899Z [INFO]  core: successfully enabled credential backend: type=token path=token/
  48. 2019-05-17T15:53:24.899Z [INFO]  core: restoring leases
  49. 2019-05-17T15:53:24.899Z [INFO]  rollback: starting rollback manager
  50. 2019-05-17T15:53:24.900Z [INFO]  expiration: lease restore complete
  51. 2019-05-17T15:53:24.900Z [INFO]  identity: entities restored
  52. 2019-05-17T15:53:24.900Z [INFO]  identity: groups restored
  53. 2019-05-17T15:53:24.900Z [INFO]  core: post-unseal setup complete
  54. 2019-05-17T15:53:24.900Z [INFO]  core: starting listener: listener_address=0.0.0.0:8201
  55. 2019-05-17T15:53:24.900Z [INFO]  core: serving cluster requests: cluster_listen_address=[::]:8201
  56. 2019-05-17T15:53:24.900Z [INFO]  core: root token generated
  57. 2019-05-17T15:53:24.901Z [INFO]  core: pre-seal teardown starting
  58. 2019-05-17T15:53:24.901Z [INFO]  core: stopping cluster listeners
  59. 2019-05-17T15:53:24.901Z [INFO]  core: shutting down forwarding rpc listeners
  60. 2019-05-17T15:53:24.901Z [INFO]  core: forwarding rpc listeners stopped
  61. 2019-05-17T15:53:25.401Z [INFO]  core: rpc listeners successfully shut down
  62. 2019-05-17T15:53:25.401Z [INFO]  core: cluster listeners successfully shut down
  63. 2019-05-17T15:53:25.401Z [INFO]  rollback: stopping rollback manager
  64. 2019-05-17T15:53:25.401Z [INFO]  core: pre-seal teardown complete
  65. 2019-05-17T15:53:25.401Z [INFO]  core: vault is unsealed
  66. 2019-05-17T15:53:25.401Z [INFO]  core: post-unseal setup starting
  67. 2019-05-17T15:53:25.401Z [INFO]  core: loaded wrapping token key
  68. 2019-05-17T15:53:25.401Z [INFO]  core: successfully setup plugin catalog: plugin-directory=
  69. 2019-05-17T15:53:25.402Z [INFO]  core: successfully mounted backend: type=kv path=secret/
  70. 2019-05-17T15:53:25.403Z [INFO]  core: successfully mounted backend: type=system path=sys/
  71. 2019-05-17T15:53:25.403Z [INFO]  core: successfully mounted backend: type=identity path=identity/
  72. 2019-05-17T15:53:25.403Z [INFO]  core: successfully mounted backend: type=cubbyhole path=cubbyhole/
  73. 2019-05-17T15:53:25.408Z [INFO]  core: successfully enabled credential backend: type=token path=token/
  74. 2019-05-17T15:53:25.408Z [INFO]  core: restoring leases
  75. 2019-05-17T15:53:25.408Z [INFO]  rollback: starting rollback manager
  76. 2019-05-17T15:53:25.408Z [INFO]  expiration: lease restore complete
  77. 2019-05-17T15:53:25.408Z [INFO]  identity: entities restored
  78. 2019-05-17T15:53:25.409Z [INFO]  identity: groups restored
  79. 2019-05-17T15:53:25.409Z [INFO]  core: post-unseal setup complete
  80. 2019-05-17T15:53:25.409Z [INFO]  core: starting listener: listener_address=0.0.0.0:8201
  81. 2019-05-17T15:53:25.409Z [INFO]  core: serving cluster requests: cluster_listen_address=[::]:8201
  82. 2019-05-17T15:53:25.411Z [INFO]  core: mount tuning of options: path=secret/ options=map[version:2]
  83. 2019-05-17T15:53:25.413Z [INFO]  secrets.kv.kv_f7774806: collecting keys to upgrade
  84. 2019-05-17T15:53:25.413Z [INFO]  secrets.kv.kv_f7774806: done collecting keys: num_keys=1
  85. 2019-05-17T15:53:25.413Z [INFO]  secrets.kv.kv_f7774806: upgrading keys finished
Advertisement