|
304 | 304 | "vscode-docker.workspaceTrust.description": "Workspace must be trusted in order to perform relevant Docker actions.", |
305 | 305 | "vscode-docker.walkthrough.dockerStart.title": "Getting Started with Docker", |
306 | 306 | "vscode-docker.walkthrough.dockerStart.description": "Learn about Docker and the Docker extension for Visual Studio Code", |
| 307 | + "vscode-docker.walkthrough.dockerStart.openFolder.title": "Open a Workspace Folder", |
| 308 | + "vscode-docker.walkthrough.dockerStart.openFolder.description": "Open a workspace folder to get started with Docker extension features.\n[Open Folder](command:workbench.action.files.openFolder)", |
| 309 | + "vscode-docker.walkthrough.dockerStart.openFolderMac.description": "Open a workspace folder to get started with Docker extension features.\n[Open Folder](command:workbench.action.files.openFileFolder)", |
307 | 310 | "vscode-docker.walkthrough.dockerStart.scaffold.title": "Add Docker Files to Workspace", |
308 | 311 | "vscode-docker.walkthrough.dockerStart.scaffold.description": "A Dockerfile contains the instructions to assemble an image containing your app and its dependencies. Using this image to run your app in a container creates a production-like, reproducible runtime environment.\n\nIntelliSense support for authoring your Dockerfile is provided.\n[Add Docker Files](command:vscode-docker.configure)", |
309 | 312 | "vscode-docker.walkthrough.dockerStart.buildImage.title": "Build an Image", |
310 | 313 | "vscode-docker.walkthrough.dockerStart.buildImage.description": "The Docker extension makes it simple to build your image.\n[Build Image](command:vscode-docker.images.build)", |
311 | 314 | "vscode-docker.walkthrough.dockerStart.runContainer.title": "Run a Container", |
312 | | - "vscode-docker.walkthrough.dockerStart.runContainer.description": "Now that you've built your image, it's time to run your app in a container!\n[Run Image](command:vscode-docker.images.run)", |
| 315 | + "vscode-docker.walkthrough.dockerStart.runContainer.description": "You can run any image on your system including those you've built with a Dockerfile.\n[Run Image](command:vscode-docker.images.run)", |
313 | 316 | "vscode-docker.walkthrough.dockerStart.dockerExplorer.title": "Use the Docker Explorer", |
314 | 317 | "vscode-docker.walkthrough.dockerStart.dockerExplorer.description": "The Docker Explorer makes it easy to manage, troubleshoot, and deploy containerized applications. The Docker Explorer shows a number of Docker resources such as containers, images, volumes, networks, and container registries. Also, if the [Azure Account extension](command:extension.open?%22ms-vscode.azure-account%22) is installed, you'll be able to browse your Azure Container Registries.\n\nThe right-click menu provides access to commonly used commands for each resource type.\n[Open Docker Explorer](command:workbench.view.extension.dockerView)", |
315 | 318 | "vscode-docker.walkthrough.dockerStart.pushImage.title": "Push an Image to a Container Registry", |
|
0 commit comments