Skip to content

Commit

Permalink
기본 설명 진행중.
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyhaein committed May 25, 2022
1 parent b76c4ca commit fb30213
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

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

폴더에 대한 설명: https://jacking75.github.io/OS_linux_dir_kind/
https://wookiist.dev/10

바인딩할려면(바인딩도 결국 클라이언트이니까???) 소켓을 활성화 시켜야 한다.(클라이언트 설치)
아래 링크에서,
"systemctl --user enable --now podman.socket"
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ type ContainerHealthCheckConfig struct {


### 참고자료
https://eehoeskrap.tistory.com/245
https://minholee93.tistory.com/entry/Linux-Process-Status-PS
프로세스 세션 리더 와 프로세스 그룹 리더 https://blueyikim.tistory.com/89

PROCESS STATE CODES
Expand Down Expand Up @@ -554,3 +556,25 @@ a process:

[참고, 그냥 심심할때](https://www.samsungsds.com/kr/insights/docker.html)

꼭 읽어보기(정리전)
https://mkdev.me/posts/the-tool-that-really-runs-your-containers-deep-dive-into-runc-and-oci-specifications

https://chhanz.github.io/container/2020/09/22/podman-build-flask-example-app/

네임스페이스
https://linuxtut.com/en/61f1291f6ee804531328/
https://www.44bits.io/ko/keyword/linux-namespace

기초
https://docs.oracle.com/en/learn/storage_podman_containers/#introduction
https://phoenixnap.com/kb/podman-tutorial

containerfile
https://meta.stackoverflow.com/questions/407966/generalize-dockerfile-to-containerfile-for-now-and-the-future
https://www.mankier.com/5/Containerfile

alpine
https://blog.naver.com/PostView.nhn?blogId=ki630808&logNo=222149370156

cmd vs entrypoint
https://bluese05.tistory.com/77

0 comments on commit fb30213

Please sign in to comment.