Cannot install Docker on Ubuntu 16.04 Live USB

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I'm pretty new to both Linux and Docker. I'm trying to install Docker CE on Ubuntu 16.04 Desktop (Live USB) and I followed all the steps as the documentation stated. But I always get stuck at the last step with this error:



 Setting up docker-ce (18.01.0~ce-0~ubuntu) ...
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2018-01-29 08:35:46 MMT; 4ms ago
Docs: https://docs.docker.com
Process: 3320 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
Main PID: 3320 (code=exited, status=1/FAILURE)

Jan 29 08:35:46 ubuntu systemd[1]: Failed to start Docker Application Conta...e.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Unit entered failed state.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Failed with result 'exit...'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to find the solution on the internet but with no success. Please help.




Edit: I tried to install Ubuntu again, this time without persistent file. Docker installed successfully and ran smoothly. I tried again with persistent file and the same error occurred again. So is the problem with the persistent file? I use multibootusb to install the iso file.










share|improve this question























  • Seems answered at stackoverflow.com/questions/30248794/…
    – user535733
    Jan 29 at 3:16










  • I can't run $ sudo docker version. My problem is that docker not getting installed. It is returning the same error. I don't know why.
    – user8703143
    Jan 29 at 10:50










  • The Live environment is primarily designed to test hardware compatibility. It's user environment is not identical to an installed system. Docker is far outside it's tested envelope. Seeing the complete error lines instead of the '...' abbreviations might help - you cut off the important parts.
    – user535733
    Jan 29 at 13:28














up vote
0
down vote

favorite












I'm pretty new to both Linux and Docker. I'm trying to install Docker CE on Ubuntu 16.04 Desktop (Live USB) and I followed all the steps as the documentation stated. But I always get stuck at the last step with this error:



 Setting up docker-ce (18.01.0~ce-0~ubuntu) ...
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2018-01-29 08:35:46 MMT; 4ms ago
Docs: https://docs.docker.com
Process: 3320 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
Main PID: 3320 (code=exited, status=1/FAILURE)

Jan 29 08:35:46 ubuntu systemd[1]: Failed to start Docker Application Conta...e.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Unit entered failed state.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Failed with result 'exit...'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to find the solution on the internet but with no success. Please help.




Edit: I tried to install Ubuntu again, this time without persistent file. Docker installed successfully and ran smoothly. I tried again with persistent file and the same error occurred again. So is the problem with the persistent file? I use multibootusb to install the iso file.










share|improve this question























  • Seems answered at stackoverflow.com/questions/30248794/…
    – user535733
    Jan 29 at 3:16










  • I can't run $ sudo docker version. My problem is that docker not getting installed. It is returning the same error. I don't know why.
    – user8703143
    Jan 29 at 10:50










  • The Live environment is primarily designed to test hardware compatibility. It's user environment is not identical to an installed system. Docker is far outside it's tested envelope. Seeing the complete error lines instead of the '...' abbreviations might help - you cut off the important parts.
    – user535733
    Jan 29 at 13:28












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm pretty new to both Linux and Docker. I'm trying to install Docker CE on Ubuntu 16.04 Desktop (Live USB) and I followed all the steps as the documentation stated. But I always get stuck at the last step with this error:



 Setting up docker-ce (18.01.0~ce-0~ubuntu) ...
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2018-01-29 08:35:46 MMT; 4ms ago
Docs: https://docs.docker.com
Process: 3320 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
Main PID: 3320 (code=exited, status=1/FAILURE)

Jan 29 08:35:46 ubuntu systemd[1]: Failed to start Docker Application Conta...e.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Unit entered failed state.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Failed with result 'exit...'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to find the solution on the internet but with no success. Please help.




Edit: I tried to install Ubuntu again, this time without persistent file. Docker installed successfully and ran smoothly. I tried again with persistent file and the same error occurred again. So is the problem with the persistent file? I use multibootusb to install the iso file.










share|improve this question















I'm pretty new to both Linux and Docker. I'm trying to install Docker CE on Ubuntu 16.04 Desktop (Live USB) and I followed all the steps as the documentation stated. But I always get stuck at the last step with this error:



 Setting up docker-ce (18.01.0~ce-0~ubuntu) ...
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2018-01-29 08:35:46 MMT; 4ms ago
Docs: https://docs.docker.com
Process: 3320 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
Main PID: 3320 (code=exited, status=1/FAILURE)

Jan 29 08:35:46 ubuntu systemd[1]: Failed to start Docker Application Conta...e.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Unit entered failed state.
Jan 29 08:35:46 ubuntu systemd[1]: docker.service: Failed with result 'exit...'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package docker-ce (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)


I tried to find the solution on the internet but with no success. Please help.




Edit: I tried to install Ubuntu again, this time without persistent file. Docker installed successfully and ran smoothly. I tried again with persistent file and the same error occurred again. So is the problem with the persistent file? I use multibootusb to install the iso file.







16.04 docker






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 30 at 2:16

























asked Jan 29 at 2:15









user8703143

11




11











  • Seems answered at stackoverflow.com/questions/30248794/…
    – user535733
    Jan 29 at 3:16










  • I can't run $ sudo docker version. My problem is that docker not getting installed. It is returning the same error. I don't know why.
    – user8703143
    Jan 29 at 10:50










  • The Live environment is primarily designed to test hardware compatibility. It's user environment is not identical to an installed system. Docker is far outside it's tested envelope. Seeing the complete error lines instead of the '...' abbreviations might help - you cut off the important parts.
    – user535733
    Jan 29 at 13:28
















  • Seems answered at stackoverflow.com/questions/30248794/…
    – user535733
    Jan 29 at 3:16










  • I can't run $ sudo docker version. My problem is that docker not getting installed. It is returning the same error. I don't know why.
    – user8703143
    Jan 29 at 10:50










  • The Live environment is primarily designed to test hardware compatibility. It's user environment is not identical to an installed system. Docker is far outside it's tested envelope. Seeing the complete error lines instead of the '...' abbreviations might help - you cut off the important parts.
    – user535733
    Jan 29 at 13:28















Seems answered at stackoverflow.com/questions/30248794/…
– user535733
Jan 29 at 3:16




Seems answered at stackoverflow.com/questions/30248794/…
– user535733
Jan 29 at 3:16












I can't run $ sudo docker version. My problem is that docker not getting installed. It is returning the same error. I don't know why.
– user8703143
Jan 29 at 10:50




I can't run $ sudo docker version. My problem is that docker not getting installed. It is returning the same error. I don't know why.
– user8703143
Jan 29 at 10:50












The Live environment is primarily designed to test hardware compatibility. It's user environment is not identical to an installed system. Docker is far outside it's tested envelope. Seeing the complete error lines instead of the '...' abbreviations might help - you cut off the important parts.
– user535733
Jan 29 at 13:28




The Live environment is primarily designed to test hardware compatibility. It's user environment is not identical to an installed system. Docker is far outside it's tested envelope. Seeing the complete error lines instead of the '...' abbreviations might help - you cut off the important parts.
– user535733
Jan 29 at 13:28















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000833%2fcannot-install-docker-on-ubuntu-16-04-live-usb%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000833%2fcannot-install-docker-on-ubuntu-16-04-live-usb%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491