Code Monkey home page Code Monkey logo

cpp-tanja84dk-dockerlib's Introduction

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

cpp-tanja84dk-dockerlib's People

Contributors

tanja84dk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.