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

Update README-docker-compose.md #10705

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Conversation

jwalz
Copy link
Contributor

@jwalz jwalz commented Aug 15, 2024

Purpose

docker-compose has been deprecated and is now built into the base Docker binary as docker compose. Our README did not yet reflect this. Additionally, the README had a mixture of places where commands were easily copyable from the document and some where they were not., which adds overhead to the process of following the instructions and is just visually confusing.

Changes

Replace references to docker-compose command with docker compose.
Move all directly-runnable bash code into a dedicated code block marked with ```bash and ensure proper formatting (e.g. remove preceding $ characters)

QA Notes

Please make verification statements inspired by your code and what your code touches.

  • Verify
  • Verify

What are the areas of risk?

Any concerns/considerations/questions that development raised?

Documentation

Side Effects

Ticket

Replace references to `docker-compose` command with `docker compose`. Make all bash commands copyable.
@jwalz jwalz requested a review from felliott August 15, 2024 17:35
Copy link
Member

@felliott felliott left a comment

Choose a reason for hiding this comment

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

LGTM!

- `$ docker-compose up --force-recreate --no-deps preprints`

```bash
docker compose up --force-recreate --no-deps preprints`
Copy link
Member

Choose a reason for hiding this comment

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

Oops, just saw this trailing backtick.

@felliott
Copy link
Member

Related to JIRA ticket https://openscience.atlassian.net/browse/ENG-6092. Merging this will close that.

@jwalz jwalz merged commit f09940a into develop Aug 27, 2024
17 checks passed
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