Created
July 1, 2021 11:54
-
-
Save alexalouit/3408ba07f39019fd8cb5d5d0c2e97ba5 to your computer and use it in GitHub Desktop.
update docker plugin env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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