Skip to content
Andrei Ignat edited this page Jun 6, 2022 · 5 revisions

Docker Blockly Automation Extension

Fast use

After you install


docker extension install ignatandrei/blockly-automation

Please press "Load Blocks" to load the demos to see the capabilities of the extension..

For example you can "start stopped container" and you will see

Press "Execute" button and your containers will start

Maybe also it is a good idea to read about Blockly , https://github.com/google/blockly .

How it works

I have transformed the docker API commands into blocks.

For example , if you click on images on DockerBA category you will see Images block - that is corresponding to https://docs.docker.com/engine/reference/commandline/image_ls/

You can use the demo block "list images" in order to export into a table list of images on your system

You can also execute any Docker command with the block "Command" - see the demo " call any command"

Detailed Demos

For the moment I have only six demo

  1. see docker info and version
  2. list images
  3. read with voice image names
  4. remove dangling images
  5. start container stopped
  6. call any command

For more details please contact ignatandrei@yahoo.com.

How to use

Usage

Demos

Azure Functions

NetCore6

NodeJS

Clone this wiki locally