1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Small copy improvements in Changelog

Upstream-commit: d9d2540162a79e08d9bc84b16b6e9a91ea91d56e
Component: engine
This commit is contained in:
Solomon Hykes
2013-06-21 17:09:49 -07:00
parent ddee279309
commit a02500ec05

View File

@@ -1,8 +1,8 @@
# Changelog
# 0.4.5 (2013-06-21)
+ Builder: Introduce docker build from remote URL/github repository
* Runtime: Make the container size to be displayed via an option in docker ps.
+ Builder: 'docker build git://URL' fetches and builds a remote git repository
* Runtime: 'docker ps -s' optionally prints container size
* Tests: Improved and simplified
- Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail.
- Builder: fix a regression when using ADD with single regular file.