1) 먼저 설치에 필요한 사전 업데이트 및 설치를 진행한다.
sudo apt-get update
sudo apt install git
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
도커 저장소 키를 apt에 등록한다.
입력 후, 콘솔에 출력되는 결과값이 ‘OK’ 면 성공
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
도커 저장소 등록한다.
arch=아키텍쳐
에는 자신의 환경에 맞는 아키텍쳐를 적어줘야한다.
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
2) 도커 설치를 진행한다.
sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io
3) 성공적으로 설치되었는지 확인한다.
docker -v
4) 재부팅 시, 도커 자동 실행 & 도커를 실행한다.
sudo systemctl enable docker && sudo service docker start
sudo systemctl stop docker.socket
sudo systemctl start docker.socket
sudo systemctl enable docker && sudo service docker start
service docker status
docker images // 현재 도커 이미지 확인
docker ps -a // 모든 컨테이너 목록 확인 (-a: all)
docker rm 이름 // 컨테이너 삭제. 이름 대신 컨테이너id를 써도 됨
docker rmi 이름 // 도커 이미지 삭제
docker logs 이름 // 해당 컨테이너 로그 확인
👉 ex) docker logs --tail 10 -f 이름 // --tail 10 : 최신 로그 10줄 확인. -f : 실시간 확인
docker exec -it MYSQL이름 sh // MySQL 컨테이너 접속
👉 이후, mysql -u root p // MYSQL bash에서 계정 정보 입력하고 사용. -i: 상호 입출력. -t: tty를 활성화해서 bash 셸을 사용하도록 활성화.
docker exec -it REDIS이름 redis-cli // redis 컨테이너 접속
1) 도커 컴포즈 설치
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
2) backup 파일에 실행할 수 있는 권한 주기 (+x는 executable 뜻)
sudo chmod +x /usr/local/bin/docker-compose
3) 도커 컴포즈 설치 확인
docker-compose -v
1) Got permission denied while trying to connect to the Docker...
sudo usermod -a -G docker $USER
sudo reboot
I would never have thought wu wear apparel to style it this way, but it looks incredible.
The list of players in the Como 1907 squad to compete in the 2024/2025 Italian Serie A League competition currently consists of 32 players. There are a number of big names and former world champions in the Como squad. Under the cool hand of coach Cesc Fàbregas, Como will try to survive in Serie A this season.
https://www.nobartv.co.id/berita-terkini
https://en.nobartv.co.id/berita-terkini
https://ko.nobartv.co.id/berita-terkini
https://ja.nobartv.co.id/berita-terkini
https://ar.nobartv.co.id/berita-terkini
Como 1907 Club or commonly called Como, became one of the promotion teams in the Italian Serie A League 2024/2025. Como sealed an automatic promotion ticket, after becoming runner-up in the 2023/2024 Serie B competition. They are below Parma who won Serie B. Then 1 other promotion ticket was obtained by Venezia, via the playoff route .
https://hi.nobartv.co.id/berita-terkini
https://ru.nobartv.co.id/berita-terkini
https://es.nobartv.co.id/berita-terkini
https://th.nobartv.co.id/berita-terkini
https://fr.nobartv.co.id/berita-terkini
As a promoted team, Como realized that they had to make improvements to their squad in order to survive the tough competition in Serie A. Therefore, a number of changes were made in order to achieve the target of surviving in Serie A.