[ The imperialist Japanese military must officially acknowledge and apologize for the coercion of young women into sexual slaves. / êꪤҳàõªòàõªÎÒ¿Ö˪˪·ª¿ð¨ÏÐñ«ëùìíÜâÏÚªÎ?ð¤àõªòÍëãÒªËìãªá¡¢Þóñªª·ªÊª±ªìªÐªÊªéªÊª¤. ]

»ç¿ëÀÚ

ID:
PW:

INDEX
01.°Ô½ÃÆÇ
°Ô½ÃÆÇ [72]
02.File Book
File ÀÚ·á½Ç [96]
Site Link [14]
°³ÀÎÆú´õ [200]
03.Field Book
Altibase [19]
Tibero [31]
MS-SQL [32]
MySQL [47]
DB2 [79]
ORACLE [3121]
PSQL [139]
CUBRID [5]
±âŸÁ¤º¸ [178]
¿î¿µÃ¼Á¦ [618]
04.Q/A Book
Q/A [53]
05.¹æ¸í·Ï
¹æ¸í·Ï [54]
·¹º§¾÷ [37]
±¸ÀÎ/±¸Á÷ [2]

±â³äÀÏ
Search
LINK
+ °¡Á· Hompy
+ DNSEver
IOTN :: Field Book :: ¿î¿µÃ¼Á¦

 È¸¿ø°¡ÀÔ

docker save / load
ÃÖ±æÈ£ [LIST]   2020-07-18 19:25:21, Á¶È¸ : 455


Ãß°¡
linux to windows °¡´É ÇÏ´Ù.
[root@node1 docker]# dk export -o ol719.tar ol719
D:\docker>dk import ol719.tar
sha256:d3a705944a8cccea62199b13bea7415ce6d781df68fb471e4f712699f821e7f7
D:\docker>dk images
REPOSITORY              TAG                   IMAGE ID            CREATED              SIZE
none                    none                 d3a705944a8c        About a minute ago   523MB
D:\docker>dk run --name ol719 --hostname ol7 -p 1521:1521 -p 1522:22 -dit d3a705944a8c init
8c0d89d2657a788617049e0bde9a2c4ecf9d28fa587b154867c3098b27d26f5f
D:\docker>dk exec -it ol719 bash
[root@ol7 /]#


Ãß°¡
https://docs.docker.com/docker-for-windows/install-windows-home/
docker save -o images.tar image1 [image2 ...]
docker export -o myContainner1.tar container1
Uninstall the current version of Docker Desktop and install a different version (Stable or Edge), or reset your VM disk.
docker load -i images.tar
docker import -i myContainer1.tar

## container,image save
docker save ol7 -o /docker/ol7.ora18.tar
## Å×½ººz À§ÇØ »èÁ¦
docker   rm ol7
docker  rmi ol7:0
docker  rmi oraclelinux:7
## load image
docker load -i /docker/ol7.ora18.tar
======== std out ==========
2f915858a916: Loading layer [==================================================>]  244.5MB/244.5MB
9efd3398004e: Loading layer [==================================================>]  902.7MB/902.7MB
Loaded image: ol7:0
## run
docker run -d -it --name ol7 --hostname ol7 --cpus=2 --memory=10g --memory-swap=20g --shm-size=8g \
-v /docker/ol7:/oradata -p 1521:1521 ol7:0 bash
## exec
docker exec -it ol7 bash


¸Þ¸ð
[root@node1 ~]# docker images
REPOSITORY                            TAG                 IMAGE ID            CREATED             SIZE
ol7                                   0                   040dcdac4a89        9 hours ago         1.13GB
oraclelinux                           7                   d788eca028a0        5 weeks ago         235MB
[root@node1 ~]#
[root@node1 ~]# docker rmi ol7:0
Untagged: ol7:0
Deleted: sha256:040dcdac4a8976e266f35a7aae6392cc0e1693ef6e2bb64e9433b3a42f35cf54
Deleted: sha256:cfea9206d048be5765c0ffffd10eb16d2881f7f1631c8bef1d616e5ce121fe20
[root@node1 ~]#
[root@node1 ~]# docker rmi oraclelinux:7
Untagged: oraclelinux:7
Untagged: oraclelinux@sha256:8d64add00f3b006bf2aae76e26100a334de153b43421671b52389c89e2bf0ba4
Deleted: sha256:d788eca028a0f49b6bc70b251c8535b16ee5bd94e0ab375ca8f3a923e6ce4281
Deleted: sha256:2f915858a91657b11434fbb914490df4047e6f3a23e695f1357df0a1ff9019df <<== ¹é¾÷µÈ À̹ÌÁö
[root@node1 ~]#
[root@node1 ~]# ls -alh /docker/ol7.ora18.tar
-rw-------.  1 root   root  1.1G Jul 18 11:22 ol7.ora18.tar
[root@node1 ~]# docker save ol7 -o /docker/ol7.ora18.tar
[root@node1 ~]#
[root@node1 ~]# tar tvf /docker/ol7.ora18.tar
-rw-r--r-- 0/0            1842 2020-07-18 09:33 040dcdac4a8976e266f35a7aae6392cc0e1693ef6e2bb64e9433b3a42f35cf54.json
drwxr-xr-x 0/0               0 2020-07-18 09:33 5d0ca51003e9d77933c9c40574fcfbf4cf639a169391c9c431163de098477c36/
-rw-r--r-- 0/0               3 2020-07-18 09:33 5d0ca51003e9d77933c9c40574fcfbf4cf639a169391c9c431163de098477c36/VERSION
-rw-r--r-- 0/0            1051 2020-07-18 09:33 5d0ca51003e9d77933c9c40574fcfbf4cf639a169391c9c431163de098477c36/json
-rw-r--r-- 0/0       902698496 2020-07-18 09:33 5d0ca51003e9d77933c9c40574fcfbf4cf639a169391c9c431163de098477c36/layer.tar
drwxr-xr-x 0/0               0 2020-07-18 09:33 ffa846b927d45ad0a16c57d0322a0de5cafceb07b93e515e7245e02d22a6f1ae/
-rw-r--r-- 0/0               3 2020-07-18 09:33 ffa846b927d45ad0a16c57d0322a0de5cafceb07b93e515e7245e02d22a6f1ae/VERSION
-rw-r--r-- 0/0             406 2020-07-18 09:33 ffa846b927d45ad0a16c57d0322a0de5cafceb07b93e515e7245e02d22a6f1ae/json
-rw-r--r-- 0/0       244496384 2020-07-18 09:33 ffa846b927d45ad0a16c57d0322a0de5cafceb07b93e515e7245e02d22a6f1ae/layer.tar
-rw-r--r-- 0/0             271 1970-01-01 09:00 manifest.json
-rw-r--r-- 0/0              81 1970-01-01 09:00 repositories
[root@node1 ~]#
18.97.9.172


  LIST

Á¦¸ñ ÀÛ¼ºÀÚ ÀÛ¼ºÀÏ Á¶È¸
Linux  yum install tigervnc-server / noVNC     ÃÖ±æÈ£ 2021/03/08 420
Windows  I/O ÀåÄ¡ ¿À·ù·Î ÀÎÇØ ¿äûÀÌ ¼öÇàµÉ ¼ö ¾ø½À´Ï´Ù.    ÃÖ±æÈ£ 2021/01/18 659
Linux  ssmtp install / mail script    ÃÖ±æÈ£ 2020/11/25 4283
Linux  SEGIO sasl auth fail [ smtpd_tls_auth_only = yes ]    ÃÖ±æÈ£ 2020/11/16 664
Linux  /usr/bin/password backdoor [ /usr/bin/password º¹±¸ ]    ÃÖ±æÈ£ 2020/11/16 784
UNIX  find arch -newer scp / ¾ø´Â ÆÄÀÏ È®ÀÎ scp / ¿¬¼ÓµÈ ÆÄÀÏ È®ÀΠ   ÃÖ±æÈ£ 2020/09/07 422
Windows  cmd copy ÆÄÀÏ Çϳª·Î ¸¸µé±â [ 80°³ html ÆÄÀϵé ã¾Æ¼­ ÇÕÃļ­ ´ÜÀÏ html ÆÄÀÏ·Î »ý¼º ]    ÃÖ±æÈ£ 2020/08/27 348
Windows  windows 10 usb    ÃÖ±æÈ£ 2020/08/22 317
Linux  centos5 / yum install / Loading mirror speeds from cached hostfile YumRepo Error: All mirror URLs are not using ftp, http[s] or file.    ÃÖ±æÈ£ 2020/08/18 576
Docker  Docker for windows ½ÃÀÛ~ [ Tutorial docker push ]    ÃÖ±æÈ£ 2020/07/27 11236
Linux  SecureCRT, putty terminal,session title º¯°æ [ echo -ne "\033]0;${USER}@${HOSTNAME}\007" ]    ÃÖ±æÈ£ 2020/07/18 490
Docker  docker save / load    ÃÖ±æÈ£ 2020/07/18 455
Docker  su: cannot open session: Permission denied    ÃÖ±æÈ£ 2020/07/18 684
Docker  docker filesystem À̵¿    ÃÖ±æÈ£ 2020/07/16 335
Docker  docker centos6 , centos7 / oracle 10 / all_no_orcl of makefile ins_rdbms.mk / snmccolm.o: could not read symbols: File in wrong format    ÃÖ±æÈ£ 2020/07/16 467
Docker  docker search / rename / commit (container to image) / oracle linux 7 OL7 / oracle linux 8 OL8 / Oracle Database 19C Install    ÃÖ±æÈ£ 2020/07/16 774
Docker  docker login / oracle 12.2    ÃÖ±æÈ£ 2020/07/15 422

    ¸ñ·Ïº¸±â   ÀÌÀüÆäÀÌÁö   ´ÙÀ½ÆäÀÌÁö [1][2][3] 4 [5][6][7][8][9][10]..[31]   [´ÙÀ½ 10°³]
       

Copyright 1999-2024 Zeroboard / skin by ÃÖ±æÈ£(gilho.kr@gmail.com)
ÃÖ±Ù ´ñ±Û
2016/06/09
201606 Ãß°¡ grid/runcluvfy.sh...
by ÃÖ±æÈ£
2016/05/09
lg tab full screen VNCSERVE...
by ÃÖ±æÈ£
2013/10/17
rsync -avH /data/*

by ÃÖ±æÈ£
ÃÖ±Ù °Ô½Ã¹°
11/21
[PSQL]
CentOS 5 ¼³Ä¡ °¡´É psql 11.22 ¼³Ä¡.
by ÃÖ±æÈ£
10/28
[PSQL]
ERROR: permission denied: "RI....
by ÃÖ±æÈ£
10/25
[¿î¿µÃ¼Á¦]
yum install / "Could not resol....
by ÃÖ±æÈ£