I hereby claim:
- I am james-mcelwain on github.
- I am jamesmcelwain (https://keybase.io/jamesmcelwain) on keybase.
- I have a public key whose fingerprint is C793 65F4 A2BA 0314 4DBF FC68 079F EA0F 968B A673
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Install ARCH Linux with encrypted file-system and UEFI | |
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
# Download the archiso image from https://www.archlinux.org/ | |
# Copy to a usb-drive | |
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
# Create partitions |
CLUSTERNAME="" | |
ES_VERSION=6.2.1 | |
docker run \ | |
-dti \ | |
-e "CLUSTER_NAME=$CLUSTER_NAME" \ | |
-p "9200:9200" \ | |
-p "9300:9300" \ | |
--name=elasticsearch \ | |
docker.elastic.co/elasticsearch/elasticsearch:"$ES_VERSION" | |
docker run \ |