Sign inSign up

ngacareer/alpine-cpp

By ngacareer

Updated over 5 years ago

The C++ images are based on Alpine Linux. CMake-generated files stored, compile C++ project

Image
0

10K+

ngacareer/alpine-cpp repository overview

Quick reference

Quick reference (cont.)

What is alpine-cpp ?

The C++ images are based on Alpine Linux. CMake-generated files will be stored, then compile C++ project

How to use this image

  • On Docker
docker run -itd --name alpine-cpp ngacareer/alpine-cpp
docker exec -it alpine-cpp sh
# cd /ngacareer
# cmake "$@" ..
  • On Kubernetes
kubectl run alpine-cpp --image=ngacareer/alpine-cpp
kubectl exec -it alpine-cpp sh
# cd /ngacareer
# cmake "$@" ..
  • On OpenShift
oc run alpine-cpp --image=ngacareer/alpine-cpp
oc exec alpine-cpp  -i -t sh
# cd /ngacareer
# cmake "$@" ..

Tag summary

Content type

Image

Digest

Size

83.4 MB

Last updated

over 5 years ago

docker pull ngacareer/alpine-cpp