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 |
Tags
- error
- SpringBoot
- JDBC
- PostgreSQL
- oracle
- JavaScript
- STS
- spring
- 오픈소스
- 설정
- Open Source
- Python
- Eclipse
- Tomcat
- Spring Boot
- Thymeleaf
- IntelliJ
- jpa
- Exception
- Core Java
- myBatis
- 문서
- maven
- AJAX
- Docker
- MySQL
- Source
- MSSQL
- ubuntu
- git
Archives
- Today
- Total
목록docker run (1)
헤르메스 LIFE
[Exception] Error response from daemon: Container XXX is not running
Docker 를 실행 시 발생하는 오류 입니다. ? Docker 컨테이너 확인 docker ps -a ? Docker 컨테이너 실행 $>docker exec -it postgres_boot bash ? Docker 컨테이너 멈춤 $>docker stop postgres_boot ? Docker 컨테이너 시작 $>docker start postgres_boot ? Docker 컨테이너 실행 $>docker exec -it postgres_boot bash ? docker exec -> run a command on an existing/running container ? docker run -> create a new container from an image, and run the command there
Exception
2021. 7. 25. 19:24