• /usr/local/bin
    brew, npm, mysql 같은 사용자 설치 프로그램들 링크가 있다.

'개발환경 설정 > mac' 카테고리의 다른 글

install nginx  (0) 2019.08.21

docker build -t crazywook/cheers2019 .

docker login

공홈에는 . 이 없다. 현재 폴더라는 것을 명시해줘야 한다.

 

docker push crazywook/cheers2019

를 하면

requested access to the resource is denied

라고 뜬다.

docker login docker.io

로 로그인하면 정상적인 푸쉬가 된다.

 

vue-if는 rendering자체가 안되고

vue-show 는 display: none으로 감춘다.

+ Recent posts