docker ssh 설치 : Docker 는 마이크로 서비스가 목적이므로 모든 서버는 반드시 sshd 가 설치될 이유는 없음: 가상서버 환경 처럼 깔다보면 마이크로 서비스의 목적이 없어짐: 일반 가상서버 사용하려면 가상화 이용 필요 openssh 설치 yum install openssh /usr/sbin/sshd Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_ecdsa_key Could not load host key: /etc/ssh/ssh_host_ed25519_key sshd: no hostkeys available -- exiting. ssh-keygen -t rsa1 -f /..
docker network (mac_vlan) mac_vlan (컨테이너 공인아이피 위함) 네트워크 생성 root@kubernetes-node1:~/example# docker network create -d macvlan -o macvlan_mode=bridge --subnet=1x5.6x.2x4.0/24 --gateway=1x5.6x.2x4.1 -o parent=enp0s3 test8c517ca6a01a8bd9954ca960e5f353d601e38e1ae90ed39cf69848cfa9653968 컨테니어 생성 docker run --privileged -d -e container=docker -v /sys/fs/cgroup:/sys/fs/cgroup:ro --net test --ip 1x5.6x.2x..
도커 docker 개념 정리 참고한 원문 사이트 https://subicura.com/2017/01/19/docker-guide-for-beginners-1.html https://www.redhat.com/ko/topics/containers/whats-a-linux-container https://medium.com/@darkrasid/docker%EC%99%80-vm-d95d60e56fdd 개요 OS 에서 프로세스를 격리시켜서 독립적으로 실행된것 처럼 사용 HOST OS 의 커널 자원 이용 이미지 (컨테이너 구동에 필요한 설정과 파일 포함) -> 변하지 않음 컨터이너 (이미지를 실행한 상태) 도커파일 (DSL 언어) : 이미지 생성 과정 나열 docker stacks - 여러개의 컨테이너를 관리 하..
- Total
- Today
- Yesterday
- GeoIP
- centos8
- OpenVPN
- 인증서
- ssh
- IPSEC
- NGINX
- L2TP
- galera
- Apache
- centOS7
- kvm
- HAProxy
- iptables
- gitlab
- 베이어다이나믹
- glusterfs
- cURL
- mariadb
- php
- pptp
- 리눅스
- yum
- ntp
- mod_security
- WAF
- virtualbox
- MySQL
- SSL
- softether
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |