Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- install
- Migrate
- 우분투
- after_update
- change_column
- MySQL
- RUBY
- Ruby on Rails
- Rails
- 쿠버네티스
- Time.znoe.now
- after_save
- docker
- Java
- 설치
- ubuntu
- 오랜지파이
- Kotlin
- Visual Studio Code
- bulma
- 주차장 시스템
- ruby #string #strip #split #gsub
- 우분투 24
- 이것이 자바다
- with_indifferent_access
- docket
- mac
- change_column_null
- 사용중인포트검색
- Orange Pi 3B
Archives
- Today
- Total
목록우분투 24 (1)
중고 신입이 개발해보기..
ubuntu에 docker를 설치 해보자.
우분투에 도커설치는 정보가 많아서.. 검색하면 쉽게 알수 있다.. 순서되로 실행하면 설치가 완료된다. $ 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..
Back-End /Docker&k8s
2024. 12. 16. 18:21