일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- hamonikr
- DB
- Windows
- ubuntu
- 하모니카
- Linux
- 파이썬
- 3.0
- 리눅스
- 노드
- JS
- javascript
- 아틀라시안
- 자바스크립트
- install
- 데이터베이스
- DATABASE
- 스크립트
- 우분투
- 자바
- postgres
- 윈도우
- 설정
- PostgreSQL
- script
- Atlassian
- java
- python
- node
- 설치
Archives
- Today
- Total
LukeHan 의 잡다한 기술 블로그
tadpole 본문
반응형
도커 이미지 다운
sudo docker pull hyunjongcho/tadpoledbhub
이미지 실행
sudo docker run --name tadpole -d -p 8080:8080 hyunjongcho/tadpoledbhub:latest
# --name : container name
# -d : daemon 구동
# -p : port1:port2 : host의 port1로 들어오는 요청을 docker image의 prot2로 보낸다
반응형
Comments