-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
241 changed files
with
898 additions
and
39,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
examples/vendor/github.com/Microsoft/hcsshim/internal/winapi/memory.go
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
examples/vendor/github.com/Microsoft/hcsshim/internal/winapi/process.go
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
examples/vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.