diff --git a/Docker/README.md b/Docker/README.md
index fd19162..8c506b3 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -21,9 +21,9 @@ Then use a DOS window to change to the **ws1** directory before calling the scri
- Example with shared mount paths with write access:
- `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MyShared WRITE`
- Example adding Stash **Image** and container:
- - `CreateContainer.cmd v0.27.2 "stashapp/stash:v0.27.2" 9997 PULL`
+ - `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9997 IMAGE`
- Example with DLNA:
- - `CreateContainer.cmd v272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA`
+ - `CreateContainer.cmd MyDLNA272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA`
- Example skipping docker-compose:
- `CreateContainer.cmd ContainerName "stashapp/stash:v0.26.2" 9992 C:\Videos SKIP`
@@ -47,6 +47,6 @@ Then use a DOS window to change to the **ws1** directory before calling the scri
- Use the following link to download Docker
- [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/)
- Stash Image
- - The CreateContainer.cmd script can download the Image before creating the container by adding **PULL** at the end of the command line.
- - Example: `CreateContainer.cmd ver0272 "stashapp/stash:v0.27.2" 9999 PULL`
+ - The CreateContainer.cmd script can download the Image before creating the container by adding **IMAGE** at the end of the command line.
+ - Example: `CreateContainer.cmd ver0272 "stashapp/stash:v0.27.2" 9999 IMAGE`
- To see what Stash images are available, see the following link: [https://hub.docker.com/r/stashapp/stash/tags](https://hub.docker.com/r/stashapp/stash/tags).
diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md
index d47668b..9490a64 100644
--- a/plugins/FileMonitor/README.md
+++ b/plugins/FileMonitor/README.md
@@ -185,5 +185,10 @@ Please use the following link to report FileMonitor Feature Request:[FileMonitor
Please do **NOT** use the feature request to include any problems associated with errors. Instead use the bug report for error issues.
+## Docker not supported
+FileMonitor requires watchdog module in order to work. Although the watchdog module loads and runs on Docker, it fails to function because Docker fails to report file changes.
+Because of this Docker failure, FileMonitor does not support Docker Stash installation.
+
+
### Future Planned Features or Fixes
- Have the FileMonitor running status ICON update the icon without having to go to the Settings->Tools->FileMonitor page. Planned for version 1.2.0.
diff --git a/plugins/README.md b/plugins/README.md
index 45242d8..14f82b0 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -1,9 +1,17 @@
# Axter-Stash Plugins
- To install development version of these plugins, add the following source to Stash->Settings->Plugins->[Available Plugins]->Package, by clicking the [**Add Source**] button.
- - https://stash.axter.com/Dev/index.yml
- - Example:
- -
+ - Name:
+ - Axter-Stash
+ - Source URL
+ - https://stash.axter.com/Dev/index.yml
+ - Local Path
+ - community
+- Example:
+-
+
+- Click confirm, and a list of available plugins will pop down after clicking the arrow.
+- 
## Screenshot
**Add Source Button**