질문&답변
kubectl exec -it mongodb -- mongo 명령에서 에러 발생합니다.
확인해보니 5.0버전 이후로는 -- mongosh 이라고 하면 된다고 하네요.. 저도 해결했습니다! https://github.com/docker-library/mongo/issues/558
- 좋아요수
- 0
- 댓글수
- 1
- 조회수
- 811
질문&답변
확인해보니 5.0버전 이후로는 -- mongosh 이라고 하면 된다고 하네요.. 저도 해결했습니다! https://github.com/docker-library/mongo/issues/558
질문&답변
안녕하세요 동일한 문제로 질문드려요. /etc/containerd/config.toml 파일의 옵션을 구성한다는것이 이해가 잘안되네요 ㅠ 우선 toml 파일은 삭제를 했고, 삭제 전 내용은 아래와 같습니다. # Copyright 2018-2022 Docker Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. disabled_plugins = ["cri"] #root = "/var/lib/containerd" #state = "/run/containerd" #subreaper = true #oom_score = 0 #[grpc] # address = "/run/containerd/containerd.sock" # uid = 0 # gid = 0 #[debug] # address = "/run/containerd/debug.sock" # uid = 0 # gid = 0 # level = "info"