mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-17 04:02:55 -05:00
* Reused code from docker CLI to parse docker config file * Resolve credential managers and retrieve credentials. * Discarded any custom code that the provider had, which duplicated docker CLI functionality. Closes #252 Signed-off-by: Sergei Ivanov <sergei_ivanov@mail.ru>
4 lines
102 B
Go
4 lines
102 B
Go
package credentials
|
|
|
|
// Version holds a string describing the current version
|
|
const Version = "0.6.3"
|