Merge pull request #419 from joaofnfernandes/ucp-1.1

Migrates UCP 1.1 docs with history
This commit is contained in:
Joao Fernandes 2016-11-02 11:43:23 -07:00 committed by GitHub
commit a42c61a6ef
10 changed files with 25 additions and 69 deletions

View File

@ -1,15 +0,0 @@
version: '2'
services:
wordpress:
image: wordpress
ports:
- 8080:80
environment:
WORDPRESS_DB_PASSWORD: example
mysql:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example

View File

@ -1,29 +0,0 @@
{
"Services": {
"mysql": {
"Env": [
"MYSQL_ROOT_PASSWORD=example"
],
"Image": "mariadb@sha256:b145a81f15367428ad3a53434f6da63d560146a89e4d035c4ab7912af8d8d4b3",
"Networks": [
"default"
]
},
"wordpress": {
"Env": [
"WORDPRESS_DB_PASSWORD=example"
],
"Image": "wordpress@sha256:191b14e74c287ec634df9ddebe5e4c7e2aafa02da0d51cc1795d5773e40db64c",
"Networks": [
"default"
],
"Ports": [
{
"Port": 80,
"Protocol": "tcp"
}
]
}
},
"Version": "0.1"
}

View File

@ -45,7 +45,7 @@ built-in PGP compatible encryption.
## Options
| Option | Description |
|:-----------------|:------------------------------------------------------------------------|
|:--------------------|:---------------------------------------------------------------------------------|
| `--debug, -D` | Enable debug mode |
| `--jsonlog` | Produce json formatted output for easier parsing |
| `--id` | The ID of the UCP instance to backup |

View File

@ -42,7 +42,7 @@ must be provided.
## Options
| Option | Description |
|:-----------------|:-------------------------------------------------------------------------------------------------------|
|:--------------------|:-------------------------------------------------------------------------------------------------------|
| `--debug, -D` | Enable debug mode |
| `--jsonlog` | Produce json formatted output for easier parsing |
| `--id` | The ID of the UCP instance to backup |