일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- sample
- 코딩테스트
- window
- spring
- 책 정리
- jdbc
- EC2
- WebHook
- SSL
- Java
- TLS
- TypeScript
- github
- db
- Linux
- Jenkins
- docker
- Hibernate
- vagrant
- Spring Legacy Project
- DISTINCT
- Git
- spring boot
- AWS
- 토비의스프링
- mariadb
- ssh
- centos7
- 프로그래머스
- Client
- Today
- Total
목록vagrant (2)
Woopii Vyeolog
[참고] vagrant 설치 https://woopi1087.tistory.com/89 [Vagrant] Vagrant란?, Vagrant로 VirtualBox에 Centos7 설치 [참고] https://www.vagrantup.com/ Vagrant by HashiCorp Vagrant enables users to create and configure lightweight, reproducible, and portable development environments. www.vagrantup.com 1.Vagrant란?.. woopi1087.tistory.com 1. vagrantfile 작성 Vagrant.configure("2") do |config| # docker_server for dock..
[참고] https://www.vagrantup.com/ Vagrant by HashiCorp Vagrant enables users to create and configure lightweight, reproducible, and portable development environments. www.vagrantup.com 1.Vagrant란? [참고] https://www.vagrantup.com/intro Vagrant는 가상머신 환경을 생성하고 세팅하는 툴이다. 간단하게(간단하지 않음), 세팅된 가상 머신을 생성할 수 있도록 해준다. 2.Vagrant Getting-Start [참고] https://learn.hashicorp.com/collections/vagrant/getting-started..