This commit is contained in:
Jonathan Carter 2017-05-24 07:41:37 -07:00
Родитель 2a71a2e303
Коммит 616b6913d8
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
## 0.0.15 - 25 May 2017
* Updated both the `Docker: Run` and `Docker: Run Interactive` commands to automatically publish the ports that the specified image exposes
* Updated the `Docker: Run` command to run the specified container in the background
* Updated the `Docker: Add docker files to workspace` command to generate a `.dockerignore` file
* Updated the `Docker: Azure CLI` command to fully support running `az acs` commands
## 0.0.14 - 08 May 2017
* Support for Docker multi stage build Dockerfiles (syntax, linting)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-docker",
"version": "0.0.14",
"version": "0.0.15",
"publisher": "PeterJausovec",
"displayName": "Docker",
"description": "Adds syntax highlighting, snippets, commands, hover tips, and linting for Dockerfile and docker-compose files.",