Closed FatherShawn closed 6 years ago
The current approach sets docker environment variables for each command, which should be running in a subshell. This usually works but not always and also conflicts for people that may have more than one docker machine.
Solution: change to command flags.
See https://docs.docker.com/machine/reference/config/
The current approach sets docker environment variables for each command, which should be running in a subshell. This usually works but not always and also conflicts for people that may have more than one docker machine.
Solution: change to command flags.
See https://docs.docker.com/machine/reference/config/