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 Docker Support #24

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Conversation

darneymartin
Copy link
Contributor

@m8sec This PR contains the changes necessary to support running subscraper via Docker

Issue: #12

Steps:

  • git clone https://github.com/m8sec/subscraper.git
  • cd subscraper
  • docker build -t m8sec/subscraper .
  • docker run --rm m8sec/subscraper

Notes:
This should close the issue though it should be noted that passing parameters via file reference will not work because of the program running within the docker container

@m8sec m8sec merged commit 76adfd7 into m8sec:master Jun 21, 2023
@m8sec
Copy link
Owner

m8sec commented Jun 21, 2023

This is great, appreciate the help @darneymartin! 🙏

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