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;
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
add a comment |
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
Possible duplicate of How to change the docker image installation directory?
– David Maze
Mar 24 at 11:14
add a comment |
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
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
docker ubuntu nvidia-jetson
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
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Possible duplicate of How to change the docker image installation directory?
– David Maze
Mar 24 at 11:14