Set DOCKER_HOST env var
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
a0a1834112
commit
1bbe379a34
@ -28,3 +28,6 @@ export BAT_STYLE="grid,header"
|
|||||||
|
|
||||||
# TZ
|
# TZ
|
||||||
export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"
|
export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
export DOCKER_HOST=$(docker context inspect --format='{{.Endpoints.docker.Host}}')
|
||||||
|
Loading…
Reference in New Issue
Block a user