-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update code to use the "docker compose" syntax vice "docker-compose" #461
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
ea1ccc8
to
71b806b
Compare
71b806b
to
0d222bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like that compose is now in Docker. I wish they'd update their bash completions to understand it too. Strong work @jsf9k 💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. I just had some comment wording suggestions for your consideration.
1e76e3c
to
c1dbddf
Compare
c1dbddf
to
96745a0
Compare
96745a0
to
f4c64fc
Compare
15c9027
to
b4bff89
Compare
b4bff89
to
7401739
Compare
The "docker compose" syntax is the preferred (and only correct) syntax after the changes in cisagov/ansible-role-docker#60.
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
Now that we are using `docker compose` instead of `docker-compose`, there were a few places where this caused the wording to be awkward. Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
7401739
to
187207d
Compare
🗣 Description
This pull request updates the code to use the
docker compose
syntax instead of thedocker-compose
syntax.💭 Motivation and context
The
docker compose
syntax is the preferred (and only correct) syntax after the changes in cisagov/ansible-role-docker#60.🧪 Testing
Automated testing passes.
✅ Pre-approval checklist