Просмотр исходного кода

Update some Docker image references

pull/778/head
Slavi Pantaleev 5 лет назад
Родитель
Сommit
d7dba0a2ff
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      docs/ansible.md
  2. +1
    -1
      docs/maintenance-postgres.md

+ 1
- 1
docs/ansible.md Просмотреть файл

@@ -51,7 +51,7 @@ docker run -it --rm \
-v `pwd`:/work \ -v `pwd`:/work \
-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \ -v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
--entrypoint=/bin/sh \ --entrypoint=/bin/sh \
devture/ansible:2.9.13-r0
docker.io/devture/ansible:2.9.14-r0
``` ```


The above command tries to mount an SSH key (`$HOME/.ssh/id_rsa`) into the container (at `/root/.ssh/id_rsa`). The above command tries to mount an SSH key (`$HOME/.ssh/id_rsa`) into the container (at `/root/.ssh/id_rsa`).


+ 1
- 1
docs/maintenance-postgres.md Просмотреть файл

@@ -45,7 +45,7 @@ docker run \
--log-driver=none \ --log-driver=none \
--network=matrix \ --network=matrix \
--env-file=/matrix/postgres/env-postgres-psql \ --env-file=/matrix/postgres/env-postgres-psql \
postgres:13.0-alpine \
docker.io/postgres:13.1-alpine \
pg_dumpall -h matrix-postgres \ pg_dumpall -h matrix-postgres \
| gzip -c \ | gzip -c \
> /postgres.sql.gz > /postgres.sql.gz


Загрузка…
Отмена
Сохранить