Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>DockplateNew to Visual Studio Code? Get it now.
Dockplate

Dockplate

Dockplate

|
24 installs
| (1) | Free
Dockplate offers ready-to-use templates for Dockerfiles, simplifying container setup and deployment
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚢 Dockplate VS Code Extension

A VS Code extension that allows users to quickly select and generate Dockerfiles for various programming languages.

📌 Features

  • Fetches a list of available Docker images from Dockplate's GitHub repository.
  • Displays a Quick Pick menu to select a Docker image.
  • Downloads and saves the corresponding Dockerfile in the workspace root.
  • Caches the fetched data to improve performance.

🛠️ Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/dockplate-vscode-extension.git
    cd dockplate-vscode-extension
    
  2. Install dependencies:
    yarn install
    
  3. Open the project in VS Code and press F5 to launch a development instance.

🚀 Usage

  1. Open a workspace in VS Code.
  2. Run the command "Select Docker Image" from the Command Palette (Ctrl+Shift+P).
  3. Choose a Docker image from the list.
  4. The corresponding Dockerfile will be downloaded to your workspace.

📝 Development

  • Run npm run lint to check for errors.
  • Use npm run compile to compile the extension.
  • Test in VS Code by pressing F5.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft