IMAGE

포스트: 8
Tags

Posts

8 posts

도커(Docker) 이미지를 다른 PC에 옮기기

반달가면|2020년 5월 12일

현재 PC에서 사용중인 도커(Docker) 이미지를 tar 파일로 저장해서 다른 PC로 옮길 수 있다. docker save 명령을 사용하면 된다. 예를 들어 도커 이미지 "ubuntu"를 ubuntu.docker_img.tar 파일로 저장하려면 터미널창에서 아래와 같이 작업할 수 있다. # 도커 이미지 목록 확인 sudo docker images # "ubuntu" 이미지를 ubuntu.docker_img.tar 파일로 저장 (docker save) sudo docker save -o ubuntu.docker_img.tar ubuntu 해당 tar 파일을 다른 PC로 옮긴 후, docker load 명령으로 tar 파일에 저장된 이미지를 추가하면 된다. # tar 파일에 저장된

리눅스에서 도커(Docker) 이미지 추가 및 실행

반달가면|2020년 4월 17일

우분투 계열 배포판(리눅스 민트)에서의 도커 설치는 이전 게시물을 참고하자. 여기로 도커 이미지들은 도커 허브(Docker Hub) 웹사이트에서 찾을 수 있다. Docker Hub 추가하고 싶은 이미지의 이름을 찾은 후, docker pull 명령으로 추가하고 docker run 명령으로 실행할 수 있다. # 도커 이미지 hello-world 추가(다운로드) sudo docker pull hello-world # hello-world 이미지 실행 sudo docker run hello-world 추가된 이미지 목록은 아래와 같이 docker images 명령으로 확인 가능하다. # 도커 이미지 목록 확인 sudo docker images -it 옵션을 사용

[UNITY3D] 웹 페이지 상의 이미지를 읽어와 출력하기

개발자 SPRING|2018년 12월 19일

웹 페이지를 여는 방법을 찾고 있었는데....조금 다른 것이 들어왔네요 ㅎ웹 상에 노출되어 있는 이미지 url를 입력하면 유니티 내에서 볼 수 있게 해 주는 코드입니다.구글 클라우드에 있는 것들을 가져오면 앨범도 만들어 볼 수 있겠습니다. using System.Collections;using System.Collections.Generic;using UnityEngine; public class example : MonoBehaviour { public string url = "https://community.arm.com/cfs-file/__key/communityserver-blogs-components-weblogfiles/00-00-00-20-66/6180.mali_2D00_shield_2D00

[Release] Express MultiClip v1.0

Apps Name: Express MultiClipApps Description: Multi Clipping utility for Block / XREF / Image entities in AutoCAD with multiple curves.version : v1.0 (Initial release on Autodesk App Store)License : FreeCommand: DC_XMCLIP General Usage Instructions :1. Run DC_XMCLIP in the AutoCAD Command.2. Select the entities to clip. (Multi-selectable)3. Select closed curves. (Multi-selectable)(Closed curve ty