Docker拉出输出很奇怪

时间:2016-09-18 10:08:26

标签: docker docker-compose dockerfile docker-machine docker-registry

当我使用/* Declare a variable that references the type. */ DECLARE @mf AS MonthFees; /* Add data to the table variable. */ INSERT INTO @mf (MonthID, MonthName) SELECT MonthID, MonthName FROM table_name; /* Pass the table variable data to a stored procedure. */ EXEC usp_myprocedure @mf; 正常拉动时,我的输出看起来像这样 good_output

当我使用docker pull <image-name>时,我的输出看起来像这样 enter image description here

他们都在拉/使用相同的图像。它们最终都起作用,但第一个的输出看起来比第二个好很多。我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

Docker-compose在2014年被Docker收购之前被称为Fig。它并不与docker共享代码库。它实际上是使用Python构建的,而Docker在Go中。

您可以在Github上打开一个问题,要求他们使两者更加一致。 https://github.com/docker/compose/issues