From 85e8b7a78bda41d8cdbff86e3400382128261967 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Mon, 4 Dec 2023 13:58:23 +0100 Subject: [PATCH] PBM-1215 Removed install editor step as it is part of the image now (#147) docs/install/docker.md --- docs/install/docker.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index e71bb817..b295f927 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -39,22 +39,16 @@ Percona Backup for MongoDB requires the remote storage where to store data. Use 1. Start a Bash session: ```{.bash data-prompt="$"} - $ docker exec -it -u root --name bash + $ docker exec -it --name bash ``` -2. Download the editor of your choice. In this example, let's use Vim - - ```{.bash data-prompt="$"} - $ microdnf install vim - ``` - -3. Create a YAML configuration file: +2. Create a YAML configuration file: ```{.bash data-prompt="$"} - $ vim /tmp/pbm_config.yaml + $ vi /tmp/pbm_config.yaml ``` -4. Specify remote storage parameters in the config file. The following example is for S3-compatible backup storage. Check what [other storages are supported](../details/storage-configuration.md) and [examples of storage configurations](../details/storage-config-example.md): +3. Specify remote storage parameters in the config file. The following example is for S3-compatible backup storage. Check what [other storages are supported](../details/storage-configuration.md) and [examples of storage configurations](../details/storage-config-example.md): ```yaml storage: @@ -67,7 +61,7 @@ Percona Backup for MongoDB requires the remote storage where to store data. Use secret-access-key: ``` -5. Upload the config file: +4. Upload the config file: ```{.bash data-prompt="$"} $ pbm config --file /tmp/pbm_config.yaml