Commit Graph

7 Commits (5d5858058ec61abefcfb122f90bd0eee3d8276f5)

Author SHA1 Message Date
Noah Gorny e8dc0f7434 deprecation: Replace errors with warnings
Deprecated component is not an error, but instead should be a warning to
the user
2021-01-29 16:06:53 +02:00
Noah Gorny 2500fe7dda docker-machine: Deprecate both plugin and completion file 2021-01-29 16:06:51 +02:00
Bill Moritz d8ce333ae7 Add Support for different docker-machine VM names
Add the variable BASH_IT_DOCKER_MACHINE to set a name other than 'dev' as
Virtual Machine name.
2015-12-06 09:55:19 -05:00
Shash Reddy e704bd72f3 Check whether docker-machine dev is running before configuring env variables
Signed-off-by: Lyle Franklin <lfranklin@pivotal.io>
2015-10-08 11:11:12 -07:00
Lyle Franklin 9c23a15075 Source docker-machine environment variables rather than hardcoding
Signed-off-by: Frank Kotsianas <fkotsian@pivotal.io>
2015-10-07 13:56:40 -07:00
Lyle Franklin 412bb7fc88 Replace `~` with $HOME in docker-machine plugin
The `~` caused docker commands to error with the following:
```
$ docker images
Could not read CA certificate "~/.docker/machine/machines/dev/ca.pem"
```
Switching to $HOME fixes the issue
2015-09-09 09:38:07 -07:00
Lyle Franklin d751b3da67 Rename docker-machine file to include 'plugin'
- We have some automation around enabling plugins which expects the word 'plugin'
2015-09-08 18:03:10 -07:00