mirror of
https://git.chefkoch.net/pub/make-deploy
synced 2025-05-15 03:53:31 +00:00
docker: always restore default context (we need to make that prettier)
This commit is contained in:
parent
80a1a80379
commit
41c22f62ab
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
stored_ctx = `docker context ls | grep "\*" | cut -d " " -f1`
|
# if want our old context back, we need something like that:
|
||||||
|
#stored_ctx = `docker context ls | grep "\*" | cut -d " " -f1`
|
||||||
|
|
||||||
|
stored_ctx = 'default' # HACK
|
||||||
|
|
||||||
create-docker-contexts:
|
create-docker-contexts:
|
||||||
@- $(foreach host,$(DEPLOY_HOSTS), \
|
@- $(foreach host,$(DEPLOY_HOSTS), \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue