-
Docker 그룹에 USER를 추가하여 sudo없이 명령어 실행 1. 그룹에 User 추가sudo usermod -aG docker {user} 2. 재접속하기 또는 현재사용자 그룹 변경newgrp docker 3. 그룹 확인하기groups