dice-group / FOX

Federated Knowledge Extraction Framework
GNU Affero General Public License v3.0
189 stars 51 forks source link

Add steps to build docker container to readme #26

Closed yamalight closed 7 years ago

yamalight commented 8 years ago

Would be good to have a small guide on how to build docker container in readme too, e.g.:

  1. Build project: ./build.sh
  2. Enter release folder: cd release
  3. Copy properties file: cp fox.properties-dist fox.properties
  4. Build docker container: docker build -t fox .
  5. Start docker container: docker run -p 4444:4444 -it fox