We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요, 팀 한울의 김도훈(@hooniegit)입니다.
도커 컨테이너를 로컬 환경 또는 실제 온프레미스에서 compose up 할 경우 사용할 포트가 비어 있어야 컨테이너가 실행됩니다. 따라서, 사전에 해당 포트가 이미 할당되어 있는지의 여부를 확인하는 과정이 필요한데, 그 내용을 아래에 서술합니다.
The text was updated successfully, but these errors were encountered:
# 예시 : 5000번 포트의 할당 여부 확인하기 $ sudo lsof -i :5000
# pid 번호를 확인하고 해당 task를 kill하기 $ sudo kill 629
Sorry, something went wrong.
hooniegit
No branches or pull requests
안녕하세요, 팀 한울의 김도훈(@hooniegit)입니다.
🧑🏭 개요
도커 컨테이너를 로컬 환경 또는 실제 온프레미스에서 compose up 할 경우 사용할 포트가 비어 있어야 컨테이너가 실행됩니다. 따라서, 사전에 해당 포트가 이미 할당되어 있는지의 여부를 확인하는 과정이 필요한데, 그 내용을 아래에 서술합니다.
The text was updated successfully, but these errors were encountered: