일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Java
- 정규식
- 주차장 시스템
- 설치
- mac
- 사용중인포트검색
- Rails
- install
- 우분투 24
- Ruby on Rails
- Orange Pi 3B
- after_update
- Time.znoe.now
- docker
- ubuntu
- Migrate
- 도커
- MySQL
- Visual Studio Code
- 쿠버네티스
- 우분투
- 코틀린
- 차량번호찾기
- after_save
- docket
- RUBY
- change_column_null
- Kotlin
- 오랜지파이
- change_column
- Today
- Total
목록install (3)
중고 신입이 개발해보기..
우분투에 도커설치는 정보가 많아서.. 검색하면 쉽게 알수 있다.. 순서되로 실행하면 설치가 완료된다. $ sudo apt-get update$ sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"$ sudo apt-get install docker..
$ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt-get update 확인.. $ apt list | grep python3.12 $ sudo apt install python3.12 $ python3.12 --version Python 3.12.0 $ ls /usr/bin/ | grep python python3 python3.10 python3.12 현재는 이렇게 설치되어 있다. $ sudo update-alternatives --config python update-alternatives: 오류: python에 대한 대안이 없습니다 등록을 안했으니 이렇게 나온다. 등록을 하자 $ sudo update-alternatives --install /usr..

기존에 설치된 Docker를 삭제.. $ curl -O https://raw.githubusercontent.com/docker/toolbox/master/osx/uninstall.sh https://velog.io/@chayezo/Mac%EC%97%90%EC%84%9C-Docker-%EC%82%AD%EC%A0%9C%ED%95%98%EA%B8%B0 요거 참고 ㅋ 다시 설치해보자.. https://hub.docker.com/editions/community/docker-ce-desktop-mac Docker Desktop for Mac by Docker | Docker Hub We and third parties use cookies or similar technologies ("Cookies") as d..