-
Aaron Davidson authored
Docker files drawn mostly from Matt Masse. Some updates from Andre Schumacher.
Aaron Davidson authoredDocker files drawn mostly from Matt Masse. Some updates from Andre Schumacher.
Dockerfile 85 B
# Spark Master
FROM spark-test-base
ADD default_cmd /root/
CMD ["/root/default_cmd"]