Dockerfile Generator VS Code Extension
This extension launches the local Dockerfile Generator web UI from your workspace.
Usage
- Open a workspace containing
dockerfile-generator-app.
- Run the command
Dockerfile Generator: Open Generator from the Command Palette.
- If the workspace does not contain the app folder, select the
dockerfile-generator-app directory.
- The extension starts
python app.py in an integrated terminal and opens http://127.0.0.1:8500 in your browser.
Requirements
- Python must be installed and available as
python in your PATH.
- The workspace should contain the
dockerfile-generator-app folder.
| |