thanks @dstarr1 for answering my question....nice to get some sense of what's happening at the hackspace itself.
note, my Dockerfile for folding pyspark with Jupyter scipyserver image does not include any hadoop libraries....I'm pondering how to include those dependencies.
Raymond Yee
@rdhyee
BTW, what are people hacking on today?
Henrik Brink
@brinkar
To cleanup your Docker host (old containers and images):
docker rm $(docker ps -a -q) docker images | grep ubuntu # Find ID of base image if you want to remove everything BUT docker rmi $(docker images -q | grep -v 5506de2b643b)