docker
-
[Kubernetes] 쿠버네티스 설치하기 (1) - Container runtimes인프라/Kubernetes 2020. 11. 10. 00:34
Container runtimes You need to install a container runtime into each node in the cluster so that Pods can run there. This page outlines what is involved and describes related tasks for setting up nodes. This page lists details for using several common container runtimes with kubernetes.io 위의 운영환경의 쿠버네티스 Getting started를 보며 이해와 동시에 설치를 진행해 나가도록 하자! 한국어로도 페이지를 볼 수 있지만 무슨 의미인지 정말 알아먹기 힘들어서 영어로 문서를 ..
-
[Docker] 라즈비안 Docker 설치인프라/Docker 2020. 11. 8. 21:17
Docker 설치에 필요한 OS Install Docker Engine on Debian docs.docker.com 공식 문서에 의하면 라즈비안(데비안계열)에서 Docker를 사용하기위해서는 아래와 같은 구조가 필요하다고 한다. 내 라즈베리파이 cpu 구조는 32bit, armv71, armhf 뭐 이렇게 적혀있다. armhf가 일치하니 일단 시작해본다. 이미 설치 되어 있다면 삭제를 하라고 하는데 난 설치한 적이 없으니 제외 Docker 관련된 contents는 /var/lib/docker/ 아래에 있다고 하니 기억 Docker Engine package = docker-ce 용어 기억 Docker 설치하기 설치 방법에는 3가지가 있는데, 라즈비안은 마지막 방법으로만 된다고 하니 3번으로 가보자 $ ..
-
[Docker] Centos7 + subversion 설치기인프라/Docker 2020. 11. 6. 18:59
Docker Centos7 다운 centos - Docker Hub Supported tags and respective Dockerfile links latest, centos8, 8 centos7, 7 centos6, 6 centos7.7.1908, 7.7.1908 centos7.6.1810, 7.6.1810 centos7.5.1804, 7.5.1804 centos7.4.1708, 7.4.1708 centos7.3.1611, 7.3.1611 centos7.2.1511, 7.2.1511 centos7.1.1503, 7. hub.docker.com docker pull centos:7 PS C:\docker> docker run --privileged -d --name mycentos7 -p 3690:3..