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 |
Tags
- github
- 트랜잭션
- Linux
- 추상클래스
- git
- 리눅스
- group by
- mssql
- MongoDB
- 명령어
- analytics4
- Javascript
- SQL
- java
- spring
- 자바
- SUBQUERY
- Python
- IntelliJ
- JPA
- 호이스팅
- docker
- 티스토리챌린지
- DBMS
- MariaDB
- mysql
- 오블완
- oracle
- PostgreSQL
- pandas
Archives
- Today
- Total
목록2024/11/01 (1)
hanker

이번글에서는 Docker를 이용해서 Jenkins 서버를 구축해보자 https://www.jenkins.io/ JenkinsJenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their softwarewww.jenkins.io 1. Docker Jenkins 이미지 다운로드docker pull jenkins/jenkins:lts- Docker에서 Jenkins 이미지를 다운로드 받는다. (lts Jenkins의 장기 지원(LTS) 버전을 다운로드) 2. Jenkins 컨테이너 실행- Jenkins 컨테이너 실행 명령어를 알아보자.# Je..
SERVER/DOCKER
2024. 11. 1. 10:37