
docker ps : find containers that running docker ps -a : find all containers docker rm [container id] : remove one container docker rm [container id] , [container id] : remove some containers docker rm `docker ps -a -q` : remove all containers docker images: find all images docker rmi [image id] : remove image docker rmi -f [image id] : remove image and container docker rm -f $(docker ps -aq) doc..

기존에 로컬에 설치된 개발환경이 있다면 다음과 같이 제거해야 한다. 환경변수 삭제, 프로그램 추가/제거에서 Anaconda 를 제거한 후 다음처럼 테스트 한다. conda 명령어를 인식하지 못하면 제거 설정되었다. 로컬환경이 깨끗하게 정리되었으면 다음과 같이 진행한다. 1. 첫번째 방식은 DockerHub 에 있는 파일을 그대로 사용하는 방식이다. DockerHub 에서 Miniconda 를 검색한다. 다음 경로로 이동한다. Docker Hub hub.docker.com 사용법에서 다음을 카피한다. docker pull continuumio/miniconda3 docker run -i -t continuumio/miniconda3 /bin/bash pull 이후 run 을 적용한 화면이다. 위 화면에서는..

가상화 사용으로 설정을 체크합니다. 2020년 이후 출시된 PC 는 기본이 사용으로 되어있습니다. Docker를 다운로드 합니다. https://docs.docker.com/desktop/windows/install/ 다음은 맥, 리눅스 으로 윈도우 사용자는 다운받지 않습니다. 다운받은 인스톨러를 실행합니다. 디폴트 상태에서 그대로 OK 합니다. PC 가 꺼지고 재시작 합니다. 현재는 도커가 실행되지 않습니다. 추가 작업을 합니다. 터미널을 설치하는 것을 권장합니다. 터미널은 관리자 권한으로 오픈하셔야 합니다. WSL 2 installation is incomplete https://docs.microsoft.com/ko-kr/windows/wsl/install-manual#step-4---downloa..
- Total
- Today
- Yesterday
- FLASK
- vscode
- JUnit
- SpringBoot
- Mongo
- ERD
- Python
- tensorflow
- Git
- mariadb
- Oracle
- Mlearn
- jQuery
- KAFKA
- Java
- Algorithm
- database
- SQLAlchemy
- COLAB
- maven
- nodejs
- Eclipse
- terms
- springMVC
- React
- JPA
- Django
- intellij
- docker
- AWS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |