관리 메뉴

moozi

docker 본문

카테고리 없음

docker

moozi 2023. 10. 19. 12:22

https://subicura.com/2017/01/19/docker-guide-for-beginners-1.html

 

초보를 위한 도커 안내서 - 도커란 무엇인가?

도커를 처음 접하는 시스템 관리자나 서버 개발자를 대상으로 도커 전반에 대해 얕고 넓은 지식을 담고 있습니다. 도커가 등장한 배경과 도커의 역사, 그리고 도커의 핵심 개념인 컨테이너와 이

subicura.com

 

https://gomu92.tistory.com/23

 

[linux] "'kr.archive.ubuntu.com'의 주소를 알아낼 수 없습니다" 에러 해결 방법.

"'kr.archive.ubuntu.com'의 주소를 알아낼 수 없습니다" 에러 해결 방법. -linux ubuntu v18.04 환경에서 "$sudo apt-get update"를 수행할 때, 하단과 같은 에러 발생. $sudo apt-get update 오류:1 http://kr.archive.ubuntu.com/ub

gomu92.tistory.com

 

https://training-1.tistory.com/240

 

Ubuntu 20.04에서 network restart

애용하던 service networking restart가 안 먹힌다. 다음과 같이 하자. sudo nmcli networking off sudo nmcli networking on

training-1.tistory.com

 

 

 

https://zerostarting.tistory.com/61

 

도커(docker) 설치 방법 - 우분투(ubuntu)

Ubuntu에서 Docker를 설치하는 방법은 다음과 같다. 1. 시스템 업데이트 sudo apt update 2. 필요한 의존성 패키지 설치 sudo apt install -y apt-transport-https ca-certificates curl software-properties-common 3. Docker 공식 GPG

zerostarting.tistory.com

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

https://stackoverflow.com/questions/53231667/bundler-you-must-use-bundler-2-or-greater-with-this-lockfile

 

Bundler: You must use Bundler 2 or greater with this lockfile

I'm working with heroku and every time I try to push my app this message shows out: remote: Compressing source files... done. remote: Building source: remote: remote: -----> Ruby app detected

stackoverflow.com

https://gonpress.tistory.com/42

 

Ubuntu 20.04 LTS에서 network is unreachable

HP ML350 GEN10 서버에서 ubuntu 20.04 LTS Server를 우여곡절 끝에 설치하였으나, 랜 통신이 불가능한 문제가 발생하였음. #ifconfig -> 먹통 #ping -> 먹통 #service networking restrat -> 먹통 가능한 명령... #ip addr #ip

gonpress.tistory.com

https://slog.website/post/11

 

docker-compose를 이용하여 Spring Boot + MariaDB 간단하게 배포하기

안녕하세요 오늘은 Spring Boot + MariaDB 로 이루어진 프로젝트를 간편하게 배포하는 방법을 알아보도록 하겠습니다.

slog.website

https://velog.io/@willneedme/docker-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B04-with-dokcer-compose-mariadb-mysql

 

docker 사용하기4 (with dokcer-compose , mariadb , mysql)

이전 글 처음 프로그래밍을 공부했을 때 프론트엔드를 공부하다보니 백엔드가 필요했고 백엔드를 공부하다보니 관계형 데이터 베이스가 필수적으로 필요했으며 sql도 공부를 했어야 됐는데 개

velog.io

Dockerfile
0.00MB
docker-compose.yml
0.00MB

Comments