Cannot install Docker on Ubuntu 16.04 Live USB
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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.
16.04 docker
add a comment |Â
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.
16.04 docker
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
add a comment |Â
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.
16.04 docker
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
16.04 docker
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
add a comment |Â
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
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