mirror of https://github.com/docker/docs.git
Merge pull request #419 from joaofnfernandes/ucp-1.1
Migrates UCP 1.1 docs with history
This commit is contained in:
commit
a42c61a6ef
|
@ -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
|
|
@ -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"
|
||||
}
|
|
@ -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 |
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue