Skip to content

Instantly share code, notes, and snippets.

@alexalouit
Created July 1, 2021 11:54
Show Gist options
  • Save alexalouit/3408ba07f39019fd8cb5d5d0c2e97ba5 to your computer and use it in GitHub Desktop.
Save alexalouit/3408ba07f39019fd8cb5d5d0c2e97ba5 to your computer and use it in GitHub Desktop.
update docker plugin env
docker stop $container
docker plugin disable -f $pluginid
docker plugin set $pluginid ENV=value
docker plugin enable $pluginid
docker start $container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment