Docker build and run environemnt for c2m 46/123946/5
authorGergely Csatari <gergely.csatari@nokia.com>
Wed, 8 Sep 2021 08:53:02 +0000 (11:53 +0300)
committerEric Debeau <eric.debeau@orange.com>
Fri, 24 Sep 2021 20:04:24 +0000 (20:04 +0000)
commit9205c55c1acbb4fb180594b14e50ef20dca9b0db
tree4f703ad866dd33017ac14d98fdfd6e57f02c2b79
parent12d98eaf24a1c673c867a796520204e7bbb27142
Docker build and run environemnt for c2m

- Dockerfile to build a container for c2m
- A script to build the container
- A script to run the container
- A wrapper script to run c2m in the container

Issue-ID: DOC-762

Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
Change-Id: Icea55512658bbb8a78934f2a5b4313345927e7b7
tools/Dockerfile [new file with mode: 0644]
tools/build-c2m.sh [new file with mode: 0755]
tools/c2m-wrapper.sh [new file with mode: 0755]
tools/c2m.sh
tools/example.pagelist
tools/run-c2m.sh [new file with mode: 0755]