KKIM의 ft_server 학습일지 - 1.0 Working Env - Install Docker

Logo (not lego lol)


작업 환경 구축 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

Pic 0 - Managed Software Center

Working Place 2 : Personal MAC pc

Pic 1 - About this Mac

 


도커 설치하기 Download Docker 

from hub.docker.com/editions/community/docker-ce-desktop-mac/

 

Docker Desktop for Mac - Docker Hub

Docker Desktop for Mac Docker Desktop for Mac is an easy-to-install desktop app for building, debugging, and testing Dockerized apps on a Mac. Docker Desktop for Mac is a complete development environment deeply integrated with the Mac OS Hypervisor framewo

hub.docker.com

Download like this.

사진처럼 다운로드하세요.

Pic 2 - Download Docker 0

Execute Docker.dmg, do as just they say!

Docker.dmg를 실행시키고, .. 시키는 대로 진행!

Pic 3 - Download Docker 1

... Lets wait ...

... 기다려주자구요 ...

Pic 4 - Download Docker 2


도커 실행하기 Launch Docker

Authorize your Docker. Input your passwords

도커에 권한을 부여하세요. 비밀번호 입력!

Pic 5 - Launch Docker 0

DID YOUR DOCKER GET THIS SCRREN?

도커에 이런 화면이 나왔나요?

Pic 6 - Launch Docker 1

Before start, let's SIGN IN. press that button.

시작하기 전에, 로그인부터 하죠. 상단 우측의 Sign in 버튼을 누르세요.

Pic 7 - Launch Docker 2

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.

전 결과가 이렇게 나왔습니다. (도커 앱의 "튜토리얼"을 끝냈기 때문에!!)

Pic 8 - Launch Docker 3


Before get next step --

Study about Docker's Command.

도커의 커맨드에 대해 공부해 보세요.

 

docker

docker: The base command for the Docker CLI.

docs.docker.com

(Korean)

 

도커 명령어 모음

🖥 42cursus 공부 노트

yeosong1.github.io


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

Pic 9 - Install Debian Buster 0

 


References 참고 문헌

 

[ft_server] 총 정리 : 도커 설치부터 워드프레스 구축까지

과제 시작부터 마무리까지 기록한 내용들.

velog.io