build.sh 182 B

12345678
  1. #!/bin/sh
  2. # Build the collector component
  3. docker build --tag data-mining/collector .
  4. # Run an interactive shell on the build image with:
  5. # docker run -it data-mining/collector sh