create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| docker run \ | |
| --name {{printf "%q" .Name}} \ | |
| {{- with .HostConfig}} | |
| {{- if .Privileged}} | |
| --privileged \ | |
| {{- end}} | |
| {{- if .AutoRemove}} | |
| --rm \ | |
| {{- end}} | |
| {{- if .Runtime}} |
| mkdir -p config data | |
| cat > config/settings.yml << 'EOF' | |
| server: | |
| bind_address: "0.0.0.0" | |
| secret_key: "secret" | |
| search: | |
| formats: | |
| - html | |
| - json | |
| EOF |