Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log-driver parameter #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

geovanaSouza
Copy link
Contributor

No description provided.

@@ -102,6 +108,8 @@ type Service struct {
Privileged bool
Command string
Environment map[string]string
Log_Driver string
Log_Opt map[string]string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could just remove the underscore? Golang pattern does not use underscore for variable names. Also the indentation for the new variables are different from those above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants