Skip to content

Gary Sieling

Software Engineer

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

Category: Data Science

Posted on 2022-07-282022-08-07

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 16 Page 17 Page 18 … Page 96 Next page

Post Views: 3

  • Thought Experiments
  • Proof of Concepts
  • Book Reviews
  • Projects
  • Essays
  • Talks
  • Programming Techniques
  • Javascript
  • Python
  • Prolog
  • Scala
  • Java
  • PHP
  • C#
  • R

Recent Posts

  • The accelerant effects of AI
  • 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
Proudly powered by WordPress