Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

demokratie-live/namedPollDockerTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Start:

Start Docker environment

sudo systemctl start docker

Build Docker Image

cd /path/to/this/repo
sudo docker image build -t scrapercron .

Have local Mongo running

sudo systemctl start mongodb

Start Docker Image

sudo docker container run --network="host" scrapercron

Stop Docker image

sudo docker container kill $(docker ps -q)

About

namedPoll Scraper Dockerized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published