작업 환경 구축 Setting working environment
Working Place 1 : Mac PC in 42 Cluster
1. Install Docker from Manged Software Center [Pic 0 - Managed Software Center]
2. git clone github.com/alexandregv/42toolbox
3. init_docker.sh
Working Place 2 : Personal MAC pc
도커 설치하기 Download Docker
from hub.docker.com/editions/community/docker-ce-desktop-mac/
Download like this.
사진처럼 다운로드하세요.
Execute Docker.dmg, do as just they say!
Docker.dmg를 실행시키고, .. 시키는 대로 진행!
... Lets wait ...
... 기다려주자구요 ...
도커 실행하기 Launch Docker
Authorize your Docker. Input your passwords
도커에 권한을 부여하세요. 비밀번호 입력!
DID YOUR DOCKER GET THIS SCRREN?
도커에 이런 화면이 나왔나요?
Before start, let's SIGN IN. press that button.
시작하기 전에, 로그인부터 하죠. 상단 우측의 Sign in 버튼을 누르세요.
If you ALREADY have Docker ID, then just Log in.
But if not..? Sign up to Docker. (Link)
이미 아이디가 있다면, 그냥 로그인 하세요.
없다면...? 회원가입 하자구요.
...
COMPLETE?
Please input this command in your commands/iTerm/..etc
Lets see it puts right result!
완료되셨나요?
밑의 명령어를 commands/iTerm/등에 입력하세요.
결과가 출력되나 보자구요!
docker ps -a
I got results like this - because i finished "tutorial" on Docker.
전 결과가 이렇게 나왔습니다. (도커 앱의 "튜토리얼"을 끝냈기 때문에!!)
Before get next step --
Study about Docker's Command.
도커의 커맨드에 대해 공부해 보세요.
(Korean)
Install Debian Buster
input this command on your term.
이 명령어를 입력하세요.
docker pull debian:buster
If you completed on download, input this command on your term to check.
다운로드가 끝나셨다면 이 명령어를 입력해서 확인해 보세요.
docker images
References 참고 문헌
'42Seoul > ft_server' 카테고리의 다른 글
kkim의 ft_server 공략 (0) | 2021.02.05 |
---|---|
KKIM의 ft_server 학습일지 - 1.1 Working Env - Install Nginx (0) | 2020.12.24 |
KKIM의 ft_server 학습일지 - 0.3 Studying (0) | 2020.12.23 |
KKIM의 ft_server 학습일지 - 0.2 Searching (0) | 2020.12.23 |
KKIM의 ft_server 학습일지 - 0.1 Subject (0) | 2020.12.23 |
Comment