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 |
Tags
- Javscript
- stylesheet
- Hook
- Java
- JS
- button
- Kotlin
- nodejs
- fragment
- 안드로이드
- 자바스크립트
- 코틀린
- npm
- 스프링부트
- 오버라이딩
- React
- SpringBoot
- TextView
- Android
- 랜덤번호
- 구글맵스
- Linux
- scrollview
- RecyclerView
- array
- TypeScript
- 랜덤넘버
- JavaScript
- 리액트
- GoogleMaps
Archives
- Today
- Total
목록Container (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bgUbYS/btsgBQg3CXx/VdBM3Ncio70AgZpCOgSOyk/img.png)
1.설치 dnf install podman -y adduser user3 echo 1111 | passwd --stdin user3 ssh user3@localhost -dnf 명령어로 podmad 설치 -컨테이너 사용할 유저 user3 생성 -user3의 비밀번호 1111으로 변경 -user3의 계정으로 접속 #user3으로 로그인한 상태 podman pull quay.io/centos7/httpd-24-centos7:latest podman run -d -p8080:8080 --name container-web quay.io/centos7/httpd-24-centos7:latest podman ps curl localhost:8080 -podman pull 명령어로 컨테이너 이미지 불러오기 *컨테이너..
카테고리 없음
2023. 5. 19. 17:38