Update index.mdx

This commit is contained in:
beckerinj
2023-04-03 16:40:15 -04:00
committed by GitHub
parent 7a50885847
commit e8fabb8cfa

View File

@@ -1,7 +1,5 @@
# deploy containers
# deploying applications
Monitor can deploy any docker images that it can access with the configured docker accounts. It works by parsing the deployment configuration into a ```docker run``` command, which is then run on the target system. The configuration is stored on MongoDB, and records of all actions (update config, deploy, stop, etc.) are stored as well.
Deployment configuration involves passing file / directory paths, for more details about passing file paths, see the [file paths doc](/file-paths).
@@ -10,4 +8,4 @@ Deployment configuration involves passing file / directory paths, for more detai
import DocCardList from '@theme/DocCardList';
<DocCardList />
```
```