Amazon Linux AMI 2014.09を入手したのでDocker Image作ってみた #4月1日

はじめに

題記の通りです。Docker ImageはDocker IndexにPush済みです。
smokeymonkey/amzn201409 Repository | Docker Index
docker runすると皆さんのお手元でも動くと思います。
# docker run -i -t smokeymonkey/amzn201409 /bin/bash
Unable to find image 'smokeymonkey/amzn201409' locally
Pulling repository smokeymonkey/amzn201409
7ec42fa6241e: Download complete
f11886857f3f: Download complete
bash-4.1# cat /etc/system-release
Amazon Linux AMI release 2014.09
事前に出ていた情報を確認してみましょう。

We are considering removing Perl from the packages that are installed by default on the AMI, but it will remain in the repositories.

Perlはというと...
bash-4.1# rpm -qa | grep perl
bash-4.1# 
マジでデフォルトインストールされていない...

PHP 5.3 -- moving to PHP 5.5 as the default.

phpは5.5がデフォルトバージョンになっています。
bash-4.1# php -v
PHP 5.5.10 (cli) (built: Mar 27 2014 23:56:37)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies

Python 2.6 -- moving to Python 2.7 as the default.

pythonも2.7がデフォルトバージョンになっています。
bash-4.1# python --version
Python 2.7.5

まとめ

 初めてdocker pushしました(リアルに)

追記

というエイプリルフールネタでした。リポジトリも削除した。docker pushしたかっただけです。

このブログの人気の投稿

転職のお知らせ

40代の減量戦略 〜体重-14kg、体脂肪率-12%を実現した具体的な方法〜

45歳になりました