coding adventures with oran: a central place for all my coding writeups found in repo's readme's
pip install -r requirements.txt
python ./update.py
docker build -t wisehackermonkey/blog-updater:latest .
(POWERSHELL)
v1
docker run --rm -it wisehackermonkey/blog-updater:latest
v2
docker run --rm -it -v ${PWD}:/app --name blog wisehackermonkey/blog-updater:latest
docker login
docker push wisehackermonkey/blog-updater:latest
# sudo docker run -v ${{ github.workspace }}:/app wisehackermonkey/blog-updater:latest
Content type
Image
Digest
Size
43.6 MB
Last updated
almost 6 years ago
docker pull wisehackermonkey/blog-updater