example command to build the image docker build --tag my-pkg . --build-arg dev=true --build-arg pkg=astroquery example command to run the image docker run -it --name astroquery-app my-astroquery Supports all astropy affiliated python packages