Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 414 Bytes

Dockerizm

Dockerized environment for building and running projects with gRPC and vcpkg.

Features

  • gRPC: Integrated support for gRPC, enabling efficient inter-service communication.
  • vcpkg: Dependency management made easy with vcpkg.

Getting Started

Build the Docker Image

To build the Docker image, run the following command:

docker build -t dockerizm .
docker run -it dockerizm