This project contains a set of Dockerfiles nodejs, C++ container with some tools.
For building from Dockerfile
-
Download Dockerfile
-
Build docker
-
docker build --rm -t your-name/c7-systemd .
docker run -ti --entrypoint /bin/bash your-name/c7-systemd
docker run -ti --entrypoint=/bin/bash -v /Users/oscarraig/git-public/Calculate_Regression/:/home/ oscarraig/c7-boost-gtest
docker exec -it [container-id] bash
docker cp CONTAINER_ID:/etc/nginx/conf.d/default.conf .