반응형
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
- multivm
- linux
- 초간단파이썬
- python
- Vagrant
- aws #engineer
- docker
- devops #engineer
- java
- 파이썬
- DOIK
- nginx
- container
- RSS
- Engineer
- k8s
- 컨테이너
- 도커
- Strimzi
- httpd실행
- 쿠버네티스
- variable
- Kubernetes
- devops #jenkins
- WEB
- ioredirection
- namespace
- bash
- mongodb operator
- springboot
Archives
- Today
- Total
목록도커설치 #Docker #컨테이너 #Container (1)
샤인의 IT (막 적는) 메모장
[Docker] 도커 설치
도커를 설치해 보도록 하겠습니다. 설치 환경은 CentOS 7 version에서 해당 설치를 Script로 작성한 후 sh 명령어를 통해 설치합니다. kernel-update.sh #!/bin/bash #CentOS Upgrade yum -y update yum -y install yum-plugin-fastestmirror #Kernel Version Check cat /etc/redhat-release cat /etc/os-release #Repo Update rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm yum..
Container/Docker
2021. 3. 23. 15:37