일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스크립트
- 리눅스
- 우분투
- 3.0
- 설정
- node
- Windows
- python
- 자바
- postgres
- PostgreSQL
- DATABASE
- 자바스크립트
- script
- 윈도우
- java
- 노드
- 데이터베이스
- javascript
- 아틀라시안
- JS
- 하모니카
- Linux
- Atlassian
- install
- 파이썬
- hamonikr
- DB
- ubuntu
- 설치
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