Notice
Recent Posts
Recent Comments
Link
- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
How to stop docker in Windows 본문
https://docs.docker.com/machine/reference/stop/
stop
Usage: docker-machine stop [arg...]
Gracefully Stop a machine
Description:
Argument(s) are one or more machine names.
For example:
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL
dev * virtualbox Running tcp://192.168.99.104:2376
$ docker-machine stop dev
$ docker-machine ls
NAME ACTIVE DRIVER STATE URL
dev * virtualbox Stopped
stop 시켰다가 다시 start 시킬려면...
$ docker-machine ls 해서 VM 의 이름이 어떤 것이 있는지 알아야 한다.
https://docs.docker.com/machine/reference/start/
start
Usage: docker-machine start [arg...]
Start a machine
Description:
Argument(s) are one or more machine names.
For example:
$ docker-machine start dev
Starting VM...
'머신러닝' 카테고리의 다른 글
Creative Applications of Deep Learning with TensorFlow (0) | 2016.07.12 |
---|---|
Tensorflow docker 로 Windows에 설치 (0) | 2016.07.07 |
Docker Toolbox 설치 후 IP를 못 얻어오는 경우 (0) | 2016.07.06 |
Docker를 이용한 TensorFlow 설치 (Windows) (0) | 2016.07.05 |
OpenAI Gym 설치 (0) | 2016.07.05 |
Comments