tanja84dk / Cpp-Tanja84dk-Dockerlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cpp-Tanja84dk-Dockerlib

1. Introduction

Screenshot

1.1 Background

I had several times needed a small docker client to check if containers were running in a remote server, and often I actually did'nt need the complete docker install or if on linux then the full docker-cli package

1.2 Working at this moment

The things there is working at this point in tome is that you are able to list all containers, and also start, stop, restart and kill containers

I do have to add a note that at this point its only omunicating over HTTP ( So no SSL )

2. Technical

2.1 Required libraries

  • CPM - CMake dependency management 0.38.2
  • asio 1.28.1
  • fmt 9.1.0
  • nlohmann_json 3.11.2
  • cxxopts 3.0.0

2.2 Requiring libraries

CMake dependency management is used to download the required libraries for compiling so its not needed for you to have it installed on your system prior compiling

By default its downloading the libraries to the build folder and is storing them within a folder called _deps

About asio that is used as INTERFACE library and with ASIO_STANDALONE enabled so boost arent required

2.3 SAST Tools

  • PVS-Studio - static analyzer for C, C++, C#, and Java code.

3. Licenses

4. Credit

About

License:MIT License


Languages

Language:C++ 75.5%Language:CMake 23.7%Language:C 0.8%