Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 326 Bytes

Docker에서 프로젝트 실행

docker load -i set.tar   //set.tar 파일로부터 이미지 로드
docker run -it set  // 로드한 이미지 실행


cd build //build폴더 이동, build 폴더에 메인파일, 테스트파일 존재

./main.out //프로젝트 파일 실행
./tree_test //테스트 파일 실행