일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- 안드로이드2.0
- 스카이 안드로이드폰 시리우스 K양 동영상
- 구글 안드로이드
- 아이폰 바탕화면
- 안드로이드 바탕화면
- 하루한마디영어
- 스카이 안드로이드폰 시리우스
- objective-c
- 안드로이드
- 하루 한마디 영어
- 인기있는 블로그 만들기
- 영어
- 안드로이드 개발 강좌
- MapView
- 안드로이드개발
- 구글 안드로이드 개발
- 안드로이드폰
- 안드로이드2.0개발
- Form Stuff
- SKY 시리우스
- 안드로이드 배경화면
- 구글안드로이드
- 안드로이드 개발
- 안드로이드 개발 2.0 강좌
- android
- 아이폰 배경화면
- 안드로이드 개발 2.0
- sky 시리우스폰
- 스마트폰 배경화면
- 안드로이드 2.0 개발
- Today
- Total
moozi
docker 본문
https://subicura.com/2017/01/19/docker-guide-for-beginners-1.html
초보를 위한 도커 안내서 - 도커란 무엇인가?
도커를 처음 접하는 시스템 관리자나 서버 개발자를 대상으로 도커 전반에 대해 얕고 넓은 지식을 담고 있습니다. 도커가 등장한 배경과 도커의 역사, 그리고 도커의 핵심 개념인 컨테이너와 이
subicura.com
[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
----------------------------------------------------------------------------------------------------------------------------------------------------------------
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
docker-compose를 이용하여 Spring Boot + MariaDB 간단하게 배포하기
안녕하세요 오늘은 Spring Boot + MariaDB 로 이루어진 프로젝트를 간편하게 배포하는 방법을 알아보도록 하겠습니다.
slog.website
docker 사용하기4 (with dokcer-compose , mariadb , mysql)
이전 글 처음 프로그래밍을 공부했을 때 프론트엔드를 공부하다보니 백엔드가 필요했고 백엔드를 공부하다보니 관계형 데이터 베이스가 필수적으로 필요했으며 sql도 공부를 했어야 됐는데 개
velog.io
curl -L "https://github.com/docker/compose/releases/download/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
docker-compose up 으로 에러나면 docker compose up으로 실행