Docker CLI gRPC JavaScript SDK
Перейти к файлу
Djordje Lukic 7e29dcff15 Add exec example
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2020-06-12 15:41:56 +02:00
.github/workflows Add exec example 2020-06-12 15:41:56 +02:00
dist Add exec example 2020-06-12 15:41:56 +02:00
examples Add exec example 2020-06-12 15:41:56 +02:00
scripts Add exec example 2020-06-12 15:41:56 +02:00
src Add exec example 2020-06-12 15:41:56 +02:00
test Add exec example 2020-06-12 15:41:56 +02:00
.dockerignore Add exec example 2020-06-12 15:41:56 +02:00
.eslintrc.js Add eslint config 2020-06-09 18:26:54 +02:00
.gitignore Build with typescript 2020-06-10 16:11:15 +02:00
Dockerfile Add exec example 2020-06-12 15:41:56 +02:00
README.md README: Add initial contents 2020-06-09 16:58:26 +02:00
babel.config.js Add exec example 2020-06-12 15:41:56 +02:00
package.json Add exec example 2020-06-12 15:41:56 +02:00
protos.sh Initial commit 2020-06-09 13:08:34 +02:00
tsconfig.json Build with typescript 2020-06-10 16:11:15 +02:00
yarn.lock Add exec example 2020-06-12 15:41:56 +02:00

README.md

Docker CLI JavaScript SDK

CI

This repository contains the source code for the Docker CLI JavaScript SDK. You can find the NPM module here.

⚠️ This SDK is in beta, expect things to change or break!

Getting started

Examples

You can find examples for how to use this SDK in the examples directory.