Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 앞으로 가기
- aws
- 크롬
- lb
- 미국은 또 시궁창
- 초미세먼지
- 노트북 모니터 끄기
- 공기청정기
- 갤럭시북 사운드카드 설치
- OSX
- ㅂㅅ 같은 삼성 노트북
- 마스크
- tomcat
- PM 2.5
- 광고없이 보기
- Linux
- 로드밸런싱
- 미세먼지
- IOS
- ubuntu-server
- 클러스터링
- 포켓몬고
- java
- 포켓몬고 플러스
- 사운드 설치
- 포켓몬 고
- 내장모니터끄기
- Docker
- 코로나
- 유투브 광고 우회
Archives
- Today
- Total
목록centos7 (1)
살며사랑하며
docker centos7 tomcat8
#BUILD CMD docker build --tag centos-tomcat:0.21 . #RUN CMD docker run -dit --name=centostomcat8 -p 8080:8080 centos-tomcat:0.21 /bin/sh #Dockerfile FROM centos:centos7 #Install WGET RUN yum install -y wget tar unzip # Download JDK RUN yum -y install java-1.8.0-openjdk # Download Apache Tomcat 8 RUN cd /tmp;wget http://mirror.apache-kr.org/tomcat/tomcat-8/v8.5.16/bin/apache-tomcat-8.5.16.zip # u..
카테고리 없음
2017. 8. 8. 14:54