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

Create CODE_OF_CONDUCT.md #11

Merged
merged 1 commit into from
Oct 20, 2018
Merged

Create CODE_OF_CONDUCT.md #11

merged 1 commit into from
Oct 20, 2018

Conversation

stepankuzmin
Copy link
Collaborator

No description provided.

@stepankuzmin stepankuzmin merged commit 13108ae into master Oct 20, 2018
@stepankuzmin stepankuzmin deleted the add-code-of-conduct-1 branch November 19, 2018 20:08
nyurik pushed a commit that referenced this pull request Jan 29, 2024
This should solve #1149. See also [my comment there for the
approach](#11). In short
through a variable that is substituted. Note that this may not work if
an older Docker version is installed without the Python `docker-compose`
script...As both variants will not be present. Maybe add an extra
test+warning msg for that case.

```
dockercompose := `if docker-compose --version &> /dev/null; then echo "docker-compose"; else echo "docker compose"; fi`
.
.
up:
   {{ dockercompose }} up

up-build:
    {{ dockercompose }} up --build
.
.
```

---------

Co-authored-by: Lucas <zhangyijunmetro@hotmail.com>
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.

None yet

1 participant