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
- Ruby on Rails
- 도커
- Time.znoe.now
- 오랜지파이
- install
- after_update
- 쿠버네티스
- 설치
- 우분투
- 사용중인포트검색
- Orange Pi 3B
- after_save
- docket
- change_column
- Java
- Rails
- 주차장 시스템
- 이것이 자바다
- mac
- with_indifferent_access
- RUBY
- Visual Studio Code
- Kotlin
- docker
- 코틀린
- change_column_null
- MySQL
- ubuntu
- 우분투 24
- Migrate
Archives
- Today
- Total
목록2025/05/16 (3)
중고 신입이 개발해보기..
[docker] 가상화, 컨테이너
도커- 도커는 컨테이너를 관리하는 소프트웨어이다. 컨테이너- 컨테이너는 서버를 효율적으로 사용하기 위한 가상화 기술이다. 서버 - 서비스를 제공하는 컴퓨터 엔터프라이즈 환경에서의 서버 운영 베어메탈 (bare metal) 하이퍼바이저 ( 컨테이너
Back-End /Docker&k8s
2025. 5. 16. 14:59
[docker] 모든 컨테이너 삭제하기
$ docker rm -f ${docker ps -aq} 터미널에서 해당 명령어를 실행하면 모든 컨테이너를 삭제할 수 있다.
Back-End /Docker&k8s
2025. 5. 16. 14:51
Mac를 사용시 설정
홈브루 설치 brew https://brew.sh/ HomebrewThe Missing Package Manager for macOS (or Linux).brew.sh 설치 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" iTerm2 설치 https://iterm2.com/ iTerm2 - macOS Terminal ReplacementiTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrainit..
잡담, Plan B /Skill
2025. 5. 16. 14:44