FROM centos MAINTAINER grx<guorongxun@gmail.com> COPY readme.txt /usr/local/readme.txt # 这一行执行前首先要确保readme.txt存在 ADD jdk-8u281-linux-x64.tar.gz /usr/local/ ADD apache-tomcat-9.0.34.tar.gz /usr/local/ RUN yum -y install vim ENV MYPATH /usr/local WORKDIR $MYPATH E...
The diagram shows what we're going to build. Our goal is to have a EKS cluster deployed exposed to the outside world using Elastic Load Balancing (ELB) and Route 53 domain mapping (note that we'll use thenip.ioservice instead of a real domain). Inside our cluster, we want to have ...