Skip to content

Commit

Permalink
기본 설명 진행중.
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyhaein committed May 19, 2022
1 parent 96e1052 commit 0d56b6b
Show file tree
Hide file tree
Showing 241 changed files with 898 additions and 39,968 deletions.
37 changes: 37 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
### 정리전 (서버용, 클라이언트용)

아래 링크에서 후반부에서 빌드 참고.(서버 설치)
- https://podman.io/getting-started/installation

빌드가 다 되면, 바이러니들을 /usr/local/bin 옮겨놓는다.

바인딩할려면(바인딩도 결국 클라이언트이니까???) 소켓을 활성화 시켜야 한다.(클라이언트 설치)
아래 링크에서,
"systemctl --user enable --now podman.socket"
이 부분을 참고하자. rootless 임.

- https://github.com/containers/podman/blob/main/docs/tutorials/remote_client.md
- https://github.com/containers/podman/tree/main/pkg/bindings

그런다음에
systemctl start podman.socket (rootful)

또는

systemctl start --user podman.socket (rootless)

기타, 3.x 설치후 여러 경험을 지운 후 문제점들.
apt purge 로 지워서 세팅들을 모두 날려야 한다. 안그럼 예전게 남아 에러 발생

User-selected graph driver "overlay" overwritten by graph driver "vfs" from database - delete libpod local files to resolve
발생시

https://github.com/containers/podman/issues/5114
그냥 db 를 지우거나 세팅을 지우면 됨.

- sudo rm -rf ~/.local/share/containers/
- rm /var/lib/containers/storage/libpod/bolt_state.db

### podman 상태
- podman --remote info
- https://www.redhat.com/sysadmin/container-information-podman
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ a process:


##### 5/15 일 할일 pod 로 연결된 container 들 에서 volume mount 하고
- 그런데 네임스페이스에 마운트도 있다. 이경우 마운트도 share 되는지 확인해보자.
- 그런데 네임스페이스에 마운트도 있다. 이경우 마운트도 share 되는지 확인해보자. 관련 자료 읽어복 해당 내용 파악하자. 그리고 4.x 설치 부분도 살펴보자.
- https://docs.podman.io/en/latest/markdown/podman-pod-create.1.html 여기서 mount 관련해서 찾아보자.
- https://kubernetes.io/ko/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/

Expand Down
113 changes: 0 additions & 113 deletions examples/go.mod

This file was deleted.

File renamed without changes.
33 changes: 0 additions & 33 deletions examples/vendor/github.com/BurntSushi/toml/deprecated.go

This file was deleted.

22 changes: 0 additions & 22 deletions examples/vendor/github.com/Microsoft/go-winio/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions examples/vendor/github.com/Microsoft/hcsshim/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions examples/vendor/github.com/Microsoft/hcsshim/README.md

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions examples/vendor/github.com/cespare/xxhash/v2/.travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions examples/vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

This file was deleted.

Loading

0 comments on commit 0d56b6b

Please sign in to comment.