A NLP powered extension for docker development, to assist with setting up docker containers and images.
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
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).
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.
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.