Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Missing Docker Extension Installation Step #21722

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

PMR745
Copy link

@PMR745 PMR745 commented Jan 6, 2025

Description

Added a step in the VS Code section of the "Build and Push Your First Image" guide to install the Docker extension. This ensures that users have all the necessary tools configured, improving the onboarding experience for beginners.

Related issues or tickets

Fixes Missing Docker Extension Installation Step #21720

Location

https://docs.docker.com/get-started/introduction/build-and-push-first-image/

Reviews

Notes for reviewers:

  • Verify the new step in the VS Code section accurately explains how to install the Docker extension.
  • Confirm the changes align with the current structure and tone of the documentation.

Applicable reviews:

  • Technical review
  • Editorial review
  • Product review

Output

Screenshot 2025-01-06 at 12 09 14 PM

@github-actions github-actions bot added the area/get-started Relates to get started and onboarding docs label Jan 6, 2025
Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit a397cb1
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/677b9a7aaff7c40008abb78b
😎 Deploy Preview https://deploy-preview-21722--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🎉 very nice addition!

Only thing I would like to see here is that we compress the image size. https://squoosh.app/ is a great tool for this. I usually use OxiPNG with reduced palette:

image

@PMR745 PMR745 requested a review from dvdksn January 6, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/get-started Relates to get started and onboarding docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Docker Extension Installation Step
2 participants