일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- docker
- 쿠버네티스
- dockerfile
- kubernetes
- RAID
- network
- 명령어
- 클라우드
- express
- Docker-compose
- 개념
- Javascript
- RAPA
- IaaS
- 도커
- git
- gns3
- worker
- MongoDB
- OpenStack
- 용어정리
- 네트워크
- PaaS
- 이론
- mysql
- 실습
- PAT
- node.js
- nodejs
- Docker Swarm
- Today
- Total
목록2021/06 (3)
융융이'Blog
https://www.server-world.info/en/note?os=Ubuntu_16.04&p=openldap&f=3
서버 환경 : docker Version: 18.09.2 컨테이너 : IMAGE => centos:7 3EA => 1EA : ansible controller(172.17.0.4) / 2EA : Client(172.17.0.2/172.17.0.3) 초기 세팅 #create container docker run --privileged -d --name ansible_controller centos:7 init docker run --privileged -d --name ansible_client1 centos:7 init docker run --privileged -d --name ansible_client2 centos:7 init #excute container docker exec -it ansibl..
라즈베리파이3까지는 centos7에서 공식적으로 이미지를 제공했지만, 라즈베리파4부터 공식 이미지이 없다. 그래서 공식이미지가 아닌 커스터마이징된 이미지를 사용해야 한다. http://mirror.math.princeton.edu/pub/centos-altarch/7/isos/armhfp/ Index of /pub/centos-altarch/7/isos/armhfp mirror.math.princeton.edu 라즈베리 파이 와이파이 연결 3. RaspberryPi 4 이제 microSD Card를 RaspberryPi에 꽂고 전원 케이블을 연결하면 자동으로 부팅이 시작됩니다. 부팅에 성공하면 로그인을 시도합니다. login : root Password : centos # nmcli d DEVICE TY..