Configure the path to where docker loads imagesHow to change the docker image installation directory?How is Docker different from a virtual machine?Should I use Vagrant or Docker for creating an isolated environment?How to list containers in DockerHow to get a Docker container's IP address from the host?How to remove old Docker containersHow does one remove an image in Docker?Where are Docker images stored on the host machine?Copying files from Docker container to hostCopying files from host to Docker containerHow to copy Docker images from one host to another without using a repository

Can I use the Shadow Step feature to effectively teleport into a Darkness spell I cast upon myself?

Can a Beholder use rays in melee range?

shutdown at specific date

How can I find where certain bash function is defined?

What does uniform continuity mean exactly?

Reducing Spill Overs

Were pen cap holes designed to prevent death by suffocation if swallowed?

Why did this prime-sequence puzzle not work?

Comment dit-on « I’ll tell you what » ?

What F1 in name of seeds/varieties means?

Mother abusing my finances

Modern approach to radio buttons

Crossing US border with music files I'm legally allowed to possess

What caused the tendency for conservatives to not support climate change reform?

Is it ok to put a subplot to a story that is never meant to contribute to the development of the main plot?

Ticket sales for Queen at the Live Aid

Apparent Ring of Craters on the Moon

Have I been doing real analysis incorrectly?

How do I subvert the tropes of a train heist?

French translation of “only ever”

What are these (utility?) boxes at the side of the house?

Is it possible to change original filename of an exe?

If a person had control of every single cell of their body, would they be able to transform into another creature?

Yandex Programming Contest: Alarms



Configure the path to where docker loads images


How to change the docker image installation directory?How is Docker different from a virtual machine?Should I use Vagrant or Docker for creating an isolated environment?How to list containers in DockerHow to get a Docker container's IP address from the host?How to remove old Docker containersHow does one remove an image in Docker?Where are Docker images stored on the host machine?Copying files from Docker container to hostCopying files from host to Docker containerHow to copy Docker images from one host to another without using a repository






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I am working on NVidia Jetson TX2. Unfortunately there are only about 16 GBs of storage left for my work, and an image of about this size to load to the docker.



I've tried adding a SD card to the machine - I saved the image file on the SD card and tried to load it using the command line sudo ./tx2-docker load -i /media/nvidia/3038-3638/jetson_docker/lpr_image.img (tx2-docker is this wrapping script).



Though, i got the following error:



Error processing tar file(exit status 1): write /usr/lib/x86_64-linux-gnu/libflite_cmu_us_awb.so.2.0.0: no space left on device


Meaning, i still don't have enough storage.



I think that maybe storing the image on the SD card, and loading the image such that all files created by docker will be dumped to some folder to the SD might help.



TL;DR / The question



So, my question is - Is there a way to configure Docker such that when an image is loaded (in my case, a .img file), all files created will be dumped to some specified path?










share|improve this question
























  • Possible duplicate of How to change the docker image installation directory?

    – David Maze
    Mar 24 at 11:14

















1















I am working on NVidia Jetson TX2. Unfortunately there are only about 16 GBs of storage left for my work, and an image of about this size to load to the docker.



I've tried adding a SD card to the machine - I saved the image file on the SD card and tried to load it using the command line sudo ./tx2-docker load -i /media/nvidia/3038-3638/jetson_docker/lpr_image.img (tx2-docker is this wrapping script).



Though, i got the following error:



Error processing tar file(exit status 1): write /usr/lib/x86_64-linux-gnu/libflite_cmu_us_awb.so.2.0.0: no space left on device


Meaning, i still don't have enough storage.



I think that maybe storing the image on the SD card, and loading the image such that all files created by docker will be dumped to some folder to the SD might help.



TL;DR / The question



So, my question is - Is there a way to configure Docker such that when an image is loaded (in my case, a .img file), all files created will be dumped to some specified path?










share|improve this question
























  • Possible duplicate of How to change the docker image installation directory?

    – David Maze
    Mar 24 at 11:14













1












1








1








I am working on NVidia Jetson TX2. Unfortunately there are only about 16 GBs of storage left for my work, and an image of about this size to load to the docker.



I've tried adding a SD card to the machine - I saved the image file on the SD card and tried to load it using the command line sudo ./tx2-docker load -i /media/nvidia/3038-3638/jetson_docker/lpr_image.img (tx2-docker is this wrapping script).



Though, i got the following error:



Error processing tar file(exit status 1): write /usr/lib/x86_64-linux-gnu/libflite_cmu_us_awb.so.2.0.0: no space left on device


Meaning, i still don't have enough storage.



I think that maybe storing the image on the SD card, and loading the image such that all files created by docker will be dumped to some folder to the SD might help.



TL;DR / The question



So, my question is - Is there a way to configure Docker such that when an image is loaded (in my case, a .img file), all files created will be dumped to some specified path?










share|improve this question
















I am working on NVidia Jetson TX2. Unfortunately there are only about 16 GBs of storage left for my work, and an image of about this size to load to the docker.



I've tried adding a SD card to the machine - I saved the image file on the SD card and tried to load it using the command line sudo ./tx2-docker load -i /media/nvidia/3038-3638/jetson_docker/lpr_image.img (tx2-docker is this wrapping script).



Though, i got the following error:



Error processing tar file(exit status 1): write /usr/lib/x86_64-linux-gnu/libflite_cmu_us_awb.so.2.0.0: no space left on device


Meaning, i still don't have enough storage.



I think that maybe storing the image on the SD card, and loading the image such that all files created by docker will be dumped to some folder to the SD might help.



TL;DR / The question



So, my question is - Is there a way to configure Docker such that when an image is loaded (in my case, a .img file), all files created will be dumped to some specified path?







docker ubuntu nvidia-jetson






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 24 at 8:26







Alex Goft

















asked Mar 24 at 8:21









Alex GoftAlex Goft

436




436












  • Possible duplicate of How to change the docker image installation directory?

    – David Maze
    Mar 24 at 11:14

















  • Possible duplicate of How to change the docker image installation directory?

    – David Maze
    Mar 24 at 11:14
















Possible duplicate of How to change the docker image installation directory?

– David Maze
Mar 24 at 11:14





Possible duplicate of How to change the docker image installation directory?

– David Maze
Mar 24 at 11:14












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55321885%2fconfigure-the-path-to-where-docker-loads-images%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55321885%2fconfigure-the-path-to-where-docker-loads-images%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해