Bingen Eguzkitza 5 лет назад
Родитель
Сommit
9c294a0b86
1 измененных файлов: 5 добавлений и 1 удалений
  1. +5
    -1
      README.md

+ 5
- 1
README.md Просмотреть файл

@@ -50,7 +50,8 @@ If you want, you can also add this config snippet to all your nodes and add your
-------------------------------------

sudo aptitude install cryptsetup
sudo fdisk /dev/sdX
#sudo fdisk /dev/sdX
sudo parted /dev/sdX
sudo cryptsetup --verify-passphrase luksFormat /dev/sdX1 -c aes -s 256 -h sha256
sudo cryptsetup luksOpen /dev/sdX1 volumes
sudo mkfs -t ext4 -m 1 -O dir_index,sparse_super /dev/mapper/volumes
@@ -185,6 +186,9 @@ If you add or modify a service, you can update it running:

docker-compose build && docker-compose -p dhs up -d <your-service>

If you want to re-create an image and restart the service you can run:

docker-compose --compatibility -p dhs up -d --no-deps --build <your-service>

Openldap
--------

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