728x90
반응형
podman 리눅스 시스템 재기동시 자동실행
Systemd 설정 경로로 이동한다.
cd /usr/lib/systemd/system
podman ps -a 컨테이너 아이디 또는 컨테이너명으로 systemd 파일 생성
podman generate systemd --name postgis > container-postgis.service
/* 시스템 재기동시 실행할수 있게 설정 */
systemctl enable container-postgis.service
/* 상태 확인 */
systemctl status container-postgis.service
/* 실행 */
systemctl start container-postgis.service
/* 중지 */
systemctl stop container-postgis.service
/* 재기동 */
systemctl restart container-postgis.service
728x90
반응형
'시스템 > 리눅스' 카테고리의 다른 글
우분투 도커에 mysql셋팅 (1) | 2023.05.10 |
---|---|
postgresql리눅스 부팅시 자동실행 등록 (0) | 2023.02.07 |
podman 컨테이너 저장경로 변경 (0) | 2023.02.07 |
CentOS 8에서 시스템 언어 한글 설치하기 (0) | 2023.02.05 |
윈도우 도커에 Centos8 설치 (0) | 2022.07.20 |
댓글