Skip to content

A NLP powered assistant for docker development, to assist with setting up docker containers and images.

Notifications You must be signed in to change notification settings

Kanchuking1/Docker-AI-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Copilot

A NLP powered extension for docker development, to assist with setting up docker containers and images.

Using the extension

You can use docker to build, install and push your extension. Also, we provide an opinionated Makefile that could be convenient for you. There isn't a strong preference of using one over the other, so just use the one you're most comfortable with.

To build the extension, use make build-extension or:

  cd Docker
  docker buildx build -t my/awesome-extension:latest . --load
  docker extension install my/awesome-extension:latest

Asking any query

To ask a query just type it in the description bar, be as descriptive as possible. Then click generate and wait. (May take upto 5 minutes). image

Copying a code snippet

To copy a code snippet, hover over the snippet and click on the copy button that appears on the top right code of the code snippet, you will get notification if the text is copied or not. image

Running a Generated Docker Command

To Run a generated docker command from a code snippet, left click on the generated command, it will start running in the background, and you will get a notification once it is done running. image

About

A NLP powered assistant for docker development, to assist with setting up docker containers and images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published