250x250
Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- Spring Boot
- Open Source
- JDBC
- JavaScript
- error
- MySQL
- ubuntu
- Exception
- 설정
- 문서
- 오픈소스
- SpringBoot
- Docker
- Thymeleaf
- Source
- Tomcat
- Eclipse
- STS
- PostgreSQL
- spring
- myBatis
- MSSQL
- IntelliJ
- jpa
- oracle
- Python
- Core Java
- git
- maven
- AJAX
Archives
- Today
- Total
목록docker postgres (1)
헤르메스 LIFE
[Docker] Ubuntu 에 Docker 설치
설치 환경 Ubuntu 22.04.3 LTS Postgresql 최신 ( en_US.utf8 버전 ) Postgresql 14.1 ( ko_KR.utf8 버전 ) Redis 최신 MySQL 최신 1. Docker 설치 # 우분투 시스템 패키지 업데이트 $ sudo apt-get update # 필요한 패키지 설치 $ sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common # Docker의 공식 GPG키를 추가 $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - # Docker의 공식 apt 저..
기타
2024. 2. 4. 21:52