Docker Library Bot 6 gadi atpakaļ
vecāks
revīzija
940f43c09c
2 mainītis faili ar 9 papildinājumiem un 3 dzēšanām
  1. 1 1
      clearlinux/README.md
  2. 8 2
      zookeeper/README.md

+ 1 - 1
clearlinux/README.md

@@ -16,7 +16,7 @@ WARNING:
 
 
 # Supported tags and respective `Dockerfile` links
 # Supported tags and respective `Dockerfile` links
 
 
--	[`latest`, `base`](https://github.com/clearlinux/docker-brew-clearlinux/blob/4827ca258e95cfa5935a90210bcdf02a15a05ff2/Dockerfile)
+-	[`latest`, `base`](https://github.com/clearlinux/docker-brew-clearlinux/blob/6a18b008ab5e5190988b892fe955efd2ec817326/Dockerfile)
 
 
 # Quick reference
 # Quick reference
 
 

+ 8 - 2
zookeeper/README.md

@@ -16,8 +16,8 @@ WARNING:
 
 
 # Supported tags and respective `Dockerfile` links
 # Supported tags and respective `Dockerfile` links
 
 
--	[`3.4.14`, `3.4`](https://github.com/31z4/zookeeper-docker/blob/c978f835bc33509324b51cb210c8c5c9934c38ff/3.4.14/Dockerfile)
--	[`3.5.5`, `3.5`, `latest`](https://github.com/31z4/zookeeper-docker/blob/c978f835bc33509324b51cb210c8c5c9934c38ff/3.5.5/Dockerfile)
+-	[`3.4.14`, `3.4`](https://github.com/31z4/zookeeper-docker/blob/5a82d0b90d055f39d50e0a64ae2e00da15f9b8b1/3.4.14/Dockerfile)
+-	[`3.5.5`, `3.5`, `latest`](https://github.com/31z4/zookeeper-docker/blob/5a82d0b90d055f39d50e0a64ae2e00da15f9b8b1/3.5.5/Dockerfile)
 
 
 # Quick reference
 # Quick reference
 
 
@@ -185,6 +185,12 @@ Defaults to `3`. Zookeeper's [`autoPurge.snapRetainCount`](https://zookeeper.apa
 
 
 > When enabled, ZooKeeper auto purge feature retains the autopurge.snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. Minimum value is 3.
 > When enabled, ZooKeeper auto purge feature retains the autopurge.snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. Minimum value is 3.
 
 
+### `ZOO_4LW_COMMANDS_WHITELIST`
+
+Defaults to `srvr`. Zookeeper's [`4lw.commands.whitelist`](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_clusterOptions)
+
+> A list of comma separated Four Letter Words commands that user wants to use. A valid Four Letter Words command must be put in this list else ZooKeeper server will not enable the command. By default the whitelist only contains "srvr" command which zkServer.sh uses. The rest of four letter word commands are disabled by default.
+
 ## Replicated mode
 ## Replicated mode
 
 
 Environment variables below are mandatory if you want to run Zookeeper in replicated mode.
 Environment variables below are mandatory if you want to run Zookeeper in replicated mode.