######### docker image save(tar.gz) and load 


특정 이미지 downlaod


$ docker pull centos:7.3.1611


받은 이미지를 tar.gz 로 변환 

( https://docs.docker.com/engine/reference/commandline/image_save/ )

$ docker image save -o centos7.3.1611.tar.gz centos:7.3.1611


tar.gz 를 load


$ docker image load -i centos7.3.1611.tar.gz


######### docker image save(tar.gz) and load 




“Error: open /tmp/docker-import-123456789/repo/bin/json: no such file or directory”


https://arvimal.wordpress.com/2014/08/16/error-open-tmpdocker-import-repobinjson-no-such-file-or-directory/



$ cat trac_2016.tar.gz | docker import - trac







전체 설정 -> 키보드 -> Input sources -> 한국어 ( Hangul )  


Ha 으로 검색하면 "한국어" 라고 나오고 클릭하면 여러개의 "한국어" 가 나온다 . 그때 꼭 Hangul 이 포함된 녀석으로 선택해야 됨.


Ibus 







change (using keyserver.ubuntu.com:80 )

from

apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

to

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D


+ Recent posts