1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/container
Yong Tang 4e7e3919ce Restrict size to 2 fractional digits for docker images
This fix tries to address the issue raised in 26300. Previously
`docker images` will use `HumanSize()` to display the size which
has a fixed precision of 4 (thus 3 fractional digits). This
could be problematic in certain languages (e.g. , German, see
26300) as `.` may be interpreted as thousands-separator in number.

This fix use `CustomSize()` instead and limit the precision to 3
(thus 2 fractional digits).

This fix has been tested manually.

This fix fixes 26300.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-08 18:26:50 -07:00
..
attach.go
commit.go
cp.go
create.go
diff.go
exec.go
exec_test.go
export.go
hijack.go
kill.go
logs.go
pause.go
port.go
ps.go
ps_test.go
rename.go
restart.go
rm.go
run.go
start.go
stats.go
stats_helpers.go Restrict size to 2 fractional digits for docker images 2016-09-08 18:26:50 -07:00
stats_unit_test.go Restrict size to 2 fractional digits for docker images 2016-09-08 18:26:50 -07:00
stop.go
top.go
tty.go
unpause.go
update.go
utils.go
wait.go