티스토리 뷰
How to use Docker on OS X
brew를 이용한 설치 방법을 소개하고자 한다.일단 Home Brew가 설치되어있지 않다면 아래와 같이 설치하도록 한다.
Brew 설치
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
참고 URL : http://brew.sh/index_ko.html
Cask 추가
$ brew tap caskroom/cask
$ brew cask install dockertoolbox
brew의 cask extend 추가를 통해 dockertoolbox를 설치하도록 한다.
참조 URL : http://caskroom.io
Docker Machine 생성및 실행
$ docker-machine create --driver "virtualbox" myBoxName
$ docker-machine start myBoxName
$ docker-machine ssh myBoxName
위 과정이 진행되었다면 docker명령을 통해 image 및 container를 생성할 수 있다.
'Developer' 카테고리의 다른 글
[Algorithm] Euclidean Algorithm in python (0) | 2016.03.31 |
---|---|
[Redis] Installation Redis Cluster with Docker on OSX (0) | 2016.02.11 |
[vim] How to use Shell Command on VIM (2) | 2016.01.28 |
[JAVA] Collectoion 활용하기 (0) | 2016.01.05 |
[python] How to use Python Debugger pdb (0) | 2015.12.23 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 영작
- Business English
- Python
- hdfs
- 해외여행
- 대명사 구문
- 여행
- 조동사
- 베트남
- NGINX
- PostgreSQL
- JBOSS
- memcached
- 도덕경
- 가정법
- 비지니스 영어
- 다낭
- k8s
- AWS
- 영문법
- nodejs
- it
- redis
- Python Django
- ubuntu
- 스페인 여행
- 비교구문
- mongoDB
- maven
- hadoop
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함