Add additional requirements to run in docker

@droidpl and I were testing this out, and for the second example, @droidpl found that `GHE_EXTRA_SSH_OPTS` is a mandatory variable in the `backup.config` file or we'll run into SSH issues.
This commit is contained in:
Rowena Foo 2020-03-27 11:30:17 -05:00 коммит произвёл GitHub
Родитель cf31d2cb35
Коммит 408d8c2fb9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ github/backup-utils ghe-backup
It is also possible to specify a `-e GHE_BACKUP_CONFIG` flag and volume mount in
a local `backup.config` file rather than specify the variables individually at
run time:
run time, as long as `GHE_HOSTNAME` and `GHE_EXTRA_SSH_OPTS` variables are configured :
```
$ docker run -it -e "GHE_BACKUP_CONFIG=/mnt/backup.config" \