mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
10 lines
288 B
Bash
Executable file
10 lines
288 B
Bash
Executable file
#export DOCKER_HOST=tcp://172.16.63.96:4243
|
|
|
|
#export DOCKER_TLS_VERIFY="1"
|
|
#export DOCKER_HOST="tcp://172.16.71.132:2376"
|
|
#export DOCKER_CERT_PATH="/Users/lloeki/.docker/machine/machines/default"
|
|
#export DOCKER_MACHINE_NAME="default"
|
|
|
|
export DOCKER_HOST=ssh://172.16.50.2
|
|
|
|
# vim: ft=bash
|