-
-
Notifications
You must be signed in to change notification settings - Fork 8
DockerExtension
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 .
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"
For the moment I have only six demo
- see docker info and version
- list images
- read with voice image names
- remove dangling images
- start container stopped
- call any command
For more details please contact [email protected].