あなたまだAlpineを使ってるんですか?        
          BRANK
        
      
    
    Dockerのimageを作るときにAlpineを使ってイメージサイズを小さくしてるよ! なんて記事をたくさん見かけますが、チャンチャラおかしいですね。 まず下の実行結果を見てください。 ubuntu@instance-1:~$ docker run -t --rm hello:alpine /hello hello, world ubuntu@instance-1:~$ docker run -t --rm hello:empty /hello hello, wo...