Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
52202c68
Commit
52202c68
authored
6 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
fix docker launching plugins
parent
07a7555a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/docker/driver_test.go
+3
-2
drivers/docker/driver_test.go
with
3 additions
and
2 deletions
+3
-2
drivers/docker/driver_test.go
+
3
-
2
View file @
52202c68
...
...
@@ -169,8 +169,9 @@ func dockerDriverHarness(t *testing.T, cfg map[string]interface{}) *dtestutil.Dr
}
}
plugLoader
,
err
:=
loader
.
NewPluginLoader
(
&
loader
.
PluginLoaderConfig
{
Logger
:
logger
,
PluginDir
:
"./plugins"
,
Logger
:
logger
,
PluginDir
:
"./plugins"
,
SupportedVersions
:
loader
.
AgentSupportedApiVersions
,
InternalPlugins
:
map
[
loader
.
PluginID
]
*
loader
.
InternalPluginConfig
{
PluginID
:
{
Config
:
cfg
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help