Prologue
Blog
Archives
Guest
Coding Coconut
개발 블로그
Category
AWS
3
EC2
2
CI/CD
1
Docker
1
Framework
4
Express
1
Hexo
3
Hexo
2
javascript
2
linux
2
기타
4
취미&모딩
1
배포
1
Tags
apache
asyncawait
aws
bash
certbot
chrome
cluster
cmd
custom_domain
dns
docker
domain
dontstarve
error
github_page
hexo
hexo_deploy
https
issue
modding
pm2
podman
postman
selenium
ssh
terminal
ubuntu
web_crawling
문제
문제해결
배포
비동기
속도 개선
스크랩
이슈
인증서
잡담
To the top
Stricker Attacher
스티커 떼기
이 페이지의 스티커 전부 삭제
Recent Post
ubuntu 22버전에서 podman 설치하기
Docker 또는 Podman Container에서의 Selenium 웹 크롤링 Timed out 오류
podman 컨테이너 내부 pm2 강제 종료 현상
Ubuntu 20.10 이하 버전에서 podman 설치하기
Archives
2024
2
2023
4
2022
9
2021
5
CI/CD
분류에는
1
개의 게시물이 있습니다.
CI/CD
>
Docker
Docker 명령어 정리
2021-02-05 09:00:04
💬 도커를 한번 써 보니 생각보다 서버를 운영하는 데 편리하고 컨테이너 단위 관리가 용이해서, 이를 잊어버리는 일이 없도록 실행부터 가동 중지까지, 방법을 정리하려고 한다. 1. 서버 이미지 만들기 서버 구축 후, 프로젝트 폴더를 Shift + 우클릭하여 cmd(명령 프...