도커 컨테이너 run 이 안됩니다
관련링크
https://sir.kr/g5_tip/10754
90회 연결
본문
docker run -v ${PWD}:/var/www/gnuboard5 -p 8000:80 -p 8002:8002 --name myGnuboard -it gnuboard5 /bin/bash
치면
Error response from daemon: Conflict. The container name "/myGnuboard" is already in use by container "af1e8bb2b305a5eb12fa6f1d0ee1c9cf3449c2e03367720a571d1344f8d11c2b". You have to remove (or rename) that container to be able to reuse that name.
이라고 나옵니다.
https://sir.kr/g5_tip/10754 보고 했는데
할때마다 컨테이너 지웠다 만들기가 귀찮네요 --;;
답변을 작성하시기 전에 로그인 해주세요.