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 | 29 |
30 | 31 |
Tags
- JavaScript
- Hook
- 자바스크립트
- SpringBoot
- scrollview
- 랜덤넘버
- RecyclerView
- 랜덤번호
- Android
- Kotlin
- React
- 구글맵스
- 코틀린
- JS
- TextView
- 안드로이드
- npm
- 스프링부트
- stylesheet
- 오버라이딩
- button
- nodejs
- fragment
- Java
- GoogleMaps
- 리액트
- TypeScript
- array
- Linux
- Javscript
Archives
- Today
- Total
목록Container (1)
타닥타닥 개발자의 일상

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