diff --git a/Dockerfile b/Dockerfile index d5c80e8..5d44600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ COPY . . VOLUME /root/.m2 -CMD ["mvn"] \ No newline at end of file + +CMD ["mvn"] diff --git a/README.md b/README.md index da1681e..e632598 100755 --- a/README.md +++ b/README.md @@ -106,6 +106,15 @@ Finally, compile the source code: mvn compile ``` +### Docker + +``` +cd your_dizk_project_directory + +docker build -t dizk-container . +docker run -it dizk-container bash +``` + ### Testing This library comes with unit tests for each of the provided modules. Run the tests with: