반응형
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
- 초간단파이썬
- nginx
- Strimzi
- k8s
- java
- Vagrant
- devops #jenkins
- namespace
- httpd실행
- ioredirection
- 컨테이너
- python
- RSS
- 쿠버네티스
- docker
- Kubernetes
- 도커
- Engineer
- variable
- multivm
- aws #engineer
- springboot
- linux
- WEB
- mongodb operator
- DOIK
- 파이썬
- container
- bash
- devops #engineer
Archives
- Today
- Total
목록devops #jenkins (1)
샤인의 IT (막 적는) 메모장
노션에 정리했던 내용 VM 구성 VirtualBox 설치 Vagrant Setup vagrant init #Vagrantfile vi Vagrantfile Vagrant.configure("2") do |config| config.vm.box = "geerlingguy/centos7" #네트워크 private 설정 config.vm.network "private_network", ip: "192.168.100.111" #네트워크 Public 설정 config.vm.network "public_network" #리소스 설정 config.vm.provider "virtualbox" do |vb| # # Display the VirtualBox GUI when booting the machine vb.gui ..
DevOps
2022. 11. 8. 19:58