[Docker] Getting started with Docker
2024. 3. 28. 00:02ㆍComputerScience/DockerKubernetes
Docker
컨테이너로 띄운 서버를 확인해보고 싶다면?
(1) 웹브라우저
(2) curl
(3) python requests
1. Web browser
2. curl
3. Python requests
참고자료
https://docs.docker.com/get-started/
https://github.com/docker/getting-started
https://requests.readthedocs.io/en/latest/
여기서 VM 환경으로 이것저것 해볼 수 있는게 신기했다!
수업시간에 한 것 - nmon / lshw (하드웨어 관련된 list up)
vi / nano (컨테이너 내부로 들어갈 때 bash,ash) - 나노를 설치해야함
+ curl과 requests가 이미 설치됨
'ComputerScience > DockerKubernetes' 카테고리의 다른 글
[Docker] M1 Docker-machine Error, Ubuntu 설치 (0) | 2024.04.17 |
---|---|
[Docker] CI/CD with Jenkins (0) | 2024.04.16 |
[Docker] Docker Compose (0) | 2024.04.08 |
[Docker] Dockerfile build & image push (0) | 2024.04.01 |
[Docker] Docker Image and Container (0) | 2024.03.21 |