I hereby claim:
- I am winggundamth on github.
- I am winggundamth (https://keybase.io/winggundamth) on keybase.
- I have a public key whose fingerprint is 35F5 113F 3504 E3CE D588 9D9C E817 41BB 5146 0E47
To claim this, I am signing this object:
#!/bin/sh | |
# Generate SSH | |
[[ ! -f ~/.ssh/id_rsa ]] && ssh-keygen -f ~/.ssh/id_rsa -N "" | |
# Install Docker Compose v2 | |
mkdir -p ~/.docker/cli-plugins/ | |
curl -SL https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose | |
chmod +x ~/.docker/cli-plugins/docker-compose | |
docker compose version |
#!/bin/sh | |
# Generate SSH | |
[[ ! -f ~/.ssh/id_rsa ]] && ssh-keygen -f ~/.ssh/id_rsa -N "" | |
# Install Docker Compose v2 | |
mkdir -p ~/.docker/cli-plugins/ | |
curl -SL https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose | |
chmod +x ~/.docker/cli-plugins/docker-compose | |
docker compose version |
#!/bin/sh | |
# Generate SSH | |
[[ ! -f ~/.ssh/id_rsa ]] && ssh-keygen -f ~/.ssh/id_rsa -N "" | |
# Install Docker Compose v2 | |
mkdir -p ~/.docker/cli-plugins/ | |
curl -SL https://github.com/docker/compose/releases/download/v2.15.1/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose | |
chmod +x ~/.docker/cli-plugins/docker-compose | |
docker compose version |
#!/bin/sh | |
cd /home/vault | |
if [[ ! -f jq ]] | |
then | |
echo "Download jq command..." | |
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O jq | |
chmod +x jq | |
fi |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Generate SSH | |
[[ ! -f ~/.ssh/id_rsa ]] && ssh-keygen -f ~/.ssh/id_rsa -N "" | |
# Install Docker Compose v2 | |
mkdir -p ~/.docker/cli-plugins/ | |
curl -SL https://github.com/docker/compose/releases/download/v2.15.1/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose | |
chmod +x ~/.docker/cli-plugins/docker-compose | |
docker compose version |
<?php | |
/** | |
* The base configuration for WordPress | |
* | |
* The wp-config.php creation script uses this file during the | |
* installation. You don't have to use the web site, you can | |
* copy this file to "wp-config.php" and fill in the values. | |
* | |
* This file contains the following configurations: | |
* |
version: '3' | |
services: | |
es1: | |
image: docker.elastic.co/elasticsearch/elasticsearch:6.2.4 | |
container_name: es1 | |
environment: | |
cluster.name: "docker-cluster" | |
bootstrap.memory_lock: "true" | |
ES_JAVA_OPTS: "-Xms512m -Xmx512m" | |
TAKE_FILE_OWNERSHIP: "true" |
GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_2' git pull | |
export GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_2' |
{ | |
"live-restore": true, | |
"storage-driver": "overlay2", | |
"registry-mirrors": ["https://registry-mirror.example.com"] | |
} |