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
- 페이지네이션
- git rebase -i
- Path Variable
- kafkaconnect
- Cannot delete or update a parent row: a foreign key constraint fails
- 참조무결성
- API 설계
- Late row lookup
- code --no-sandbox
- constraint fails
- foreign key constraint fails
- 1450
- Invalid character found in method name
- kafka connect
- reflog
- kafka-connect
- event loop
- debezium
- 제약 조건
- Cannot add or update a child row: a foreign key constraint fails
- 1452
- 문자열 검증
- jdbc connector
- Git
- 페이지네이션 최적화
- Pagination Optimization
- 23000
- programmers
- git reflog
- Query String
Archives
- Today
- Total
목록취준/Docker (6)
Kawaii_Jordy
[Docker] docker - container에서 root 권한 명령어 실행(sudo)
실제로 컨테이너로 shell 접속을 해, c:\temp> docker exec -it 7bd3e7787b5e /bin/bash mssql-conf 프로그램을 실행해 보면 다음과 같이 권한 부족 오류가 발생합니다. $ /opt/mssql/bin/mssql-conf This program must be run as superuser or as a user with membership in the mssql group. 애석하게 sudo 도구 자체가 제공이 안 되므로, $ sudo bash: sudo: command not found 애당초 root 권한으로 bash shell을 실행해야 하는데, 다행히 docker exec에서 제공하는 "u" 옵션을 붙여 해결할 수 있습니다. // Root user in D..
취준/Docker
2021. 11. 11. 10:19
- Setup snap "docker" (1125) security profiles (cannot update mount namespace of snap "docker": cannot update preserved namespace of snap "docker": cannot update snap namespace: cannot create symlink in "/etc/docker": existing file in the way)
https://forum.snapcraft.io/t/layouts-still-brittle-when-refreshing-snaps/26252
취준/Docker
2021. 9. 1. 15:01
ubuntu에 docker 설치
https://hiseon.me/linux/ubuntu/install-docker/
취준/Docker
2021. 6. 29. 17:14