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
- 프로시저
- MariaDB
- IntelliJ
- ci/cd
- Python
- 오블완
- EntityManager
- JPA
- jetbrain
- gtihub
- JPQL
- analytics4
- ==
- chown
- git pat
- db종류
- spring
- 자동배포
- 애널리틱스4
- pat발급
- docker
- git branch 삭제
- 티스토리챌린지
- Jenkins
- java
- 트랜잭션
- repository
- git
- exe
Archives
- Today
- Total
hanker
docker - 가상화 서버 생성 및 접속(centos) 본문
반응형
centos7 환경에서 docker 가상화 서버 생성 및 접속(centos)
docker 설치 후 진행
현재 실행중인 container 확인
- docker ps
centos container 다운로드
- docker pull centos:lastest
설치 확인
- docker images
container 실행 (백그라운드로 실행)
- docker run -d --name centos7 centos sleep infinity
백그라운드로 실행 후 container 접속
- docker exec -it centos7 bash
반응형
'SERVER > DOCKER' 카테고리의 다른 글
Docker - Jenkins 서버 구축 및 실행 (2) | 2024.11.01 |
---|---|
Docker - Tomcat WAS 서버 구축 (4) | 2024.10.31 |
Docker 독립적인 mariaDB 서버 구축 가이드 (0) | 2024.10.30 |
Docker 버전 확인하기 (docker 상태 및 정보) (1) | 2024.10.27 |