mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-01 07:36:16 -05:00
Update index.mdx
This commit is contained in:
@@ -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 />
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user