Skip to content

Gary Sieling

Principal Engineer

  • Machine Learning
  • Full Text Search
  • Data Science
  • Scraping
  • Postgres
  • DevOps
  • AWS
  • Talks

Tag: R

Posted on July 28, 2022August 7, 2022

Docker Local Volume – share local folder, includes minikube instructions

Run the ubuntu container, with your local path mounted at the same location in the container:

docker run \
  -it --rm \
  -v $(pwd):$(pwd) ubuntu

If you’re running the container using minikube as a replacement for Docker Desktop, you’ll need to open a separate console session first and do:

eval $(minikube docker-env)
minikube mount $(pwd):$(pwd)

Posts navigation

Previous page Page 1 … Page 11 Page 12 Page 13 … Page 26 Next page
  • Thought Experiments
  • Proof of Concepts
  • Book Reviews
  • Projects
  • Essays
  • Talks
  • Programming Techniques
  • Javascript
  • Python
  • Prolog
  • Scala
  • Java
  • PHP
  • C#
  • R

Recent Posts

  • Allow a CircleCI self-hosted machine runner to run jobs for more than 5 hrs
  • Import a folder of CSVs into a single Google Sheet (1 per tab)
  • R Code to summarize Dept of Ed, Civil Rights Data by school district / LEA
  • Export Census ACS5 data by GEOID/block group to CSV in R
  • Get US Census population by block group (GEOID) in R
  • Get a list of census fields available at the GEOID (block group) level in R
  • PA Senate Committees 2023 CSV Download
Proudly powered by WordPress