アプリケーションを提供 ◦ 普通のwebアプリ • IaaS: Infrastructure as a Service ◦ イース ◦ アプリ実行のインフラを提供 ◦ Amazon EC2やGoogle Compute Engineなど • PaaS: Platform as a Service ◦ パース ◦ フレームワークレベルの実行環境を提供 ◦ SaaSとIaaSの中間
yum RUN yum install -y epelのURL RUN yum update -y RUN yum --nogpgcheck install -y 必要なもの色々 RUN yum clean all # perl RUN git clone https://github.com/tagomoris/xbuild RUN xbuild/perl-install 5.18.2 /opt/perl CMD ["/bin/bash"]