일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Spring Legacy Project
- window
- 책 정리
- ssh
- sample
- mariadb
- WebHook
- Git
- AWS
- 토비의스프링
- EC2
- docker
- vagrant
- Linux
- TLS
- spring
- Java
- Client
- SSL
- github
- jdbc
- centos7
- 프로그래머스
- TypeScript
- Jenkins
- 코딩테스트
- Hibernate
- db
- spring boot
- DISTINCT
- 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..