Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- EaaS
- VSCode
- Function
- html템플릿
- react-dom
- 편집모드
- Disk추가
- 구성파일
- react
- 명령어 모음
- oracle vm virtualbox
- Github
- javascript
- Linux
- OracleVMVirtualBox
- AWS #AWS장단점 #AWS차별화 # AWS서비스
- 코테관련공부
- aws
- Spring
- GiyHub
- linux Xshell
- insert안됨
- Push
- 코딩애플
- VSCode업로드
- 사용자 권한 부여
- Biling and Cost Manager
- 공동작업자
- java.sql.SQLException: Incorrect string value: #RDS #AWS #mariadb #springboot
- SpringBoot개발환경
Archives
- Today
- Total
목록Docker (1)
귀농 전까지 쓰는 개발 일지

1. 사용자 로그인 root@centos7 ~] $ su - student 2. docker image확인 [student@centos7 ~]$ docker images -> Got permission denied ~~ 출력시 사용 권한 부여 안된거 3. exit -> root에서 권한부여 $ usermod -aG docker student 4. 사용자 계정 정보에 docker 확인 root@centos7 ~] $ id -a student uid=1000(student) gid=1000(student) groups=1000(student),10(wheel),995(docker) 5. 사용자 계정으로 다시 로그인(su - 사용자이름) 하여 동작중인 컨테이너들 확인 [student@centos7 ~]$ do..
공부/Linux
2022. 1. 23. 18:51