mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
Fix indentation to show numbered list
This commit is contained in:
@@ -138,9 +138,9 @@ Bitnami provides up-to-date versions of MariaDB and Magento, including security
|
||||
|
||||
1. Get the updated images:
|
||||
|
||||
```
|
||||
$ docker pull bitnami/magento:latest
|
||||
```
|
||||
```
|
||||
$ docker pull bitnami/magento:latest
|
||||
```
|
||||
|
||||
2. Stop your container
|
||||
|
||||
@@ -202,14 +202,14 @@ To backup your application data follow these steps:
|
||||
|
||||
1. Stop the running container:
|
||||
|
||||
* For docker-compose: `$ docker-compose stop magento`
|
||||
* For manual execution: `$ docker stop magento`
|
||||
* For docker-compose: `$ docker-compose stop magento`
|
||||
* For manual execution: `$ docker stop magento`
|
||||
|
||||
2. Copy the Magento data folder in the host:
|
||||
|
||||
```
|
||||
$ docker cp /your/local/path/bitnami:/bitnami/magento
|
||||
```
|
||||
```
|
||||
$ docker cp /your/local/path/bitnami:/bitnami/magento
|
||||
```
|
||||
|
||||
# Restoring a backup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user