digitalpulp / ballast

Ballast development environment for Drupal
GNU General Public License v2.0
18 stars 2 forks source link

Refactor Docker commands to use flags instead of environment #7

Closed FatherShawn closed 6 years ago

FatherShawn commented 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/