"Vagrant up"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
3번째 줄: 3번째 줄:
;vagrant up
;vagrant up


<source lang='console'>
<syntaxhighlight lang='console'>
$ vagrant up
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
Bringing machine 'default' up with 'virtualbox' provider...
10번째 줄: 10번째 줄:
default: 22 (guest) => 2222 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Waiting for machine to boot...
==> default: Waiting for machine to boot...
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
18번째 줄: 18번째 줄:
* [[vagrant provision]]
* [[vagrant provision]]
* [[vagrant 명령어]]
* [[vagrant 명령어]]
* [[docker compose up]]


[[분류: vagrant]]
[[분류: vagrant]]

2023년 1월 20일 (금) 01:19 기준 최신판

1 개요[ | ]

vagrant up
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'hashicorp/precise64'...
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Waiting for machine to boot...

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}