맥에 Docker를 넣으세요.
4150 단어 Docker
개시하다
Mac에 Docker를 넣습니다.
참고로 제가 맥에 Docker를 가입하고 싶은 이유는 맥북에서 관심 있는 SQL Server를 옮기고 싶어서입니다.
(SQL Server는 Microsoft의 DB이기 때문에 Mac는 이동하지 않습니다.
& 내 맥북 에어의 하드디스크 사이즈는 128GB이기 때문에 붐 캠프가 어렵다)
나의 업무 환경은 아래와 같다.
시늉
다음 사이트에서 설치합니다.
https://docs.docker.com/docker-for-mac/install/
(계정 등록 필요)
아이콘을 폴더로 드래그합니다.
Launchpad에 Docker 아이콘을 표시하려면 를 클릭합니다.
메뉴 모음은 다음과 같이 이동합니다.
동작 조금만 확인해 주세요!
4
docker container ls
다음은 아무것도 작동하지 않은 상태입니다.$ docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4docker run hello-world
$ docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
d1725b59e92d: Pull complete
Digest: sha256:0add3ace90ecb4adbf7777e9aacf18357296e799f81cabc9fde470971e499788
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(amd64)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
그게 다야.수고하셨습니다.☺️Docker의 자동 시작 차단 방법
기본적으로 Docker는 Mac 계정에 로그인할 때마다
자동으로 시작합니다.
다음 절차에 따라 자동 시작을 해제할 수 있습니다.
참고했던 사이트 등이 있어요.
Mac에 Docker 설치(업데이트: 2018/5/14)
Docker 입문(처음)~ Docker가 뭐, 뭐가 좋을까~
#만화에서 볼 수 있는 Docker①개념·기본지령편~【다운로드판】#기술서적전4
Reference
이 문제에 관하여(맥에 Docker를 넣으세요.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/morikento/items/2da520c955408776ef10텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)