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 docs for running official docker image #132

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

navarone-feekery
Copy link
Collaborator

  • Add docs explaining how to pull and run the official docker image
  • Remove docs explaining how to build Dockerfile locally


```bash
$ cp config/crawler.yml.example config/crawler.yml
$ docker cp config/my-crawler.yml crawler:app/config/my-crawler.yml
Copy link
Member

Choose a reason for hiding this comment

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

I wonder - what is our position on copying configs vs mounting volumes?

Connectors require mounting, while crawler copying

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I hadn't considered this. Let's discuss as a team and if mounting is better we can create an issue to update docs.

@navarone-feekery navarone-feekery merged commit 068ad59 into main Sep 5, 2024
5 checks passed
@navarone-feekery navarone-feekery deleted the navarone/add-docker-docs branch September 5, 2024 08:38
github-actions bot pushed a commit that referenced this pull request Sep 5, 2024
- Add docs explaining how to pull and run the official docker image
- Remove docs explaining how to build Dockerfile locally
Copy link

github-actions bot commented Sep 5, 2024

💚 Backport PR(s) successfully created

Status Branch Result
0.2 #135

This backport PR will be merged automatically after passing CI.

navarone-feekery added a commit that referenced this pull request Sep 5, 2024
Backports the following commits to 0.2:
 - Add docs for running official docker image (#132)

Co-authored-by: Navarone Feekery <13634519+navarone-feekery@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants