Skip to content

Commit 186f155

Browse files
authored
Merge pull request #21751 from docker/published-update
publish updates from main
2 parents 4b241c8 + 5ca9939 commit 186f155

File tree

5 files changed

+33
-11
lines changed

5 files changed

+33
-11
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git fetch origin main:main
2525
git reset --hard main
2626
- name: Create Pull Request
27-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
27+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
2828
with:
2929
delete-branch: false
3030
branch: published-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
4949

5050
## Copyright and license
5151

52-
Copyright 2013-2024 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
52+
Copyright 2013-2025 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .

content/get-started/introduction/build-and-push-first-image.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,32 +144,36 @@ Now that you have a repository, you are ready to build and push your image. An i
144144
{{< /tab >}}
145145
{{< tab name="VS Code" >}}
146146

147-
1. Open Visual Studio Code. In the **File** menu, select **Open Folder**. Choose **Clone Git Repository** and paste this URL: [https://github.com/docker/getting-started-todo-app](https://github.com/docker/getting-started-todo-app)
147+
1. Open Visual Studio Code. Ensure you have the **Docker extension for VS Code** installed from [Extension Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker).
148+
149+
![Screenshot of VS code extension marketplace](images/install-docker-extension.webp)
150+
151+
2. In the **File** menu, select **Open Folder**. Choose **Clone Git Repository** and paste this URL: [https://github.com/docker/getting-started-todo-app](https://github.com/docker/getting-started-todo-app)
148152

149153
![Screenshot of VS code showing how to clone a repository](images/clone-the-repo.webp?border=true)
150154

151155

152156

153-
2. Right-click the `Dockerfile` and select the **Build Image...** menu item.
157+
3. Right-click the `Dockerfile` and select the **Build Image...** menu item.
154158

155159

156160
![Screenshot of VS Code showing the right-click menu and "Build Image" menu item](images/build-vscode-menu-item.webp?border=true)
157161

158-
3. In the dialog that appears, enter a name of `DOCKER_USERNAME/getting-started-todo-app`, replacing `DOCKER_USERNAME` with your Docker username.
162+
4. In the dialog that appears, enter a name of `DOCKER_USERNAME/getting-started-todo-app`, replacing `DOCKER_USERNAME` with your Docker username.
159163

160-
4. After pressing **Enter**, you'll see a terminal appear where the build will occur. Once it's completed, feel free to close the terminal.
164+
5. After pressing **Enter**, you'll see a terminal appear where the build will occur. Once it's completed, feel free to close the terminal.
161165

162-
5. Open the Docker Extension for VS Code by selecting the Docker logo in the left nav menu.
166+
6. Open the Docker Extension for VS Code by selecting the Docker logo in the left nav menu.
163167

164-
6. Find the image you created. It'll have a name of `docker.io/DOCKER_USERNAME/getting-started-todo-app`.
168+
7. Find the image you created. It'll have a name of `docker.io/DOCKER_USERNAME/getting-started-todo-app`.
165169

166-
7. Expand the image to view the tags (or different versions) of the image. You should see a tag named `latest`, which is the default tag given to an image.
170+
8. Expand the image to view the tags (or different versions) of the image. You should see a tag named `latest`, which is the default tag given to an image.
167171

168-
8. Right-click on the **latest** item and select the **Push...** option.
172+
9. Right-click on the **latest** item and select the **Push...** option.
169173

170174
![Screenshot of the Docker Extension and the right-click menu to push an image](images/build-vscode-push-image.webp)
171175

172-
9. Press **Enter** to confirm and then watch as your image is pushed to Docker Hub. Depending on your upload speeds, it might take a moment to push the image.
176+
10. Press **Enter** to confirm and then watch as your image is pushed to Docker Hub. Depending on your upload speeds, it might take a moment to push the image.
173177

174178
Once the upload is finished, feel free to close the terminal.
175179

169 KB
Loading

content/manuals/desktop/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,24 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
174174
- Fixed a bug preventing UDP port 53 to be bound.
175175
- Fixed a bug where Windows daemon options were overwritten at startup.
176176

177+
## 4.35.2
178+
179+
{{< release-date date="2025-01-09" >}}
180+
181+
{{< desktop-install-v2 mac=true version="4.35.2" build_path="/179656/" >}}
182+
183+
### Bug fixes and enhancements
184+
185+
#### For Mac
186+
187+
- Prevents a bug that caused Docker Desktop to not update `com.docker.vmnetd` or `com.docker.socket` to newer versions.
188+
189+
### Known issues
190+
191+
#### For Mac
192+
193+
- If you’re seeing a security popup about malware on `com.docker.vmnetd` or `com.docker.socket`, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
194+
177195
## 4.35.1
178196

179197
{{< release-date date="2024-10-30" >}}

0 commit comments

Comments
 (0)