summaryrefslogtreecommitdiff
path: root/Dockerfile/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile/README.md')
-rw-r--r--Dockerfile/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Dockerfile/README.md b/Dockerfile/README.md
new file mode 100644
index 0000000..e901664
--- /dev/null
+++ b/Dockerfile/README.md
@@ -0,0 +1,19 @@
+
+Dockerfiles for building and testing mscp.
+
+Build container:
+
+```
+docker build -t mscp-DIST:VER -f docker/DIST-VER.Dockerfile .
+```
+
+Run test:
+
+```
+docker run --init --rm mscp-DST:VER /mscp/scripts/test-in-container.sh
+```
+
+`cmake` provides custom targets to build and test mscp in the
+containers. See `make docker-*` targets. `make docker-build-all`
+builds all container images and `make docker-test-all` runs the test
+in all container images. \ No newline at end of file