Closed Eshaan-Lumba closed 9 months ago
try doing this first:
lambda-server:~/bigdata/flask_web $ systemctl --user start docker
This should start the docker.
I tried that and got the following:
Failed to connect to bus: No such file or directory
from
lambda-server:~ $ systemctl --user start docker
Failed to connect to bus: No such file or directory
lambda-server:~ $ cd bigdata/hw/hw3/flask_web/
lambda-server:~/bigdata/hw/hw3/flask_web $ systemctl --user start docker
Failed to connect to bus: No such file or directory
so there still seems to be something wrong
These are fantastic questions, and well asked. I've spent the last 30 minutes digging through your account and come to the conclusion that you're fscked.
There are two important services that docker needs called systemd and dbus. Somehow yours got shutdown and I can't get them restarted. I'll need to fix this in person with you.
You can have a +2 day extension on the homework for the inconvenience.
Hi,
I followed the Docker rootless installation and got the following output:
I added the environment variables to my
~/.bashrc
file. Then, when I run$ docker
, I get the following output indicating that Docker was successfully installed:For reference, the following is the output from
$ docker version
and$ docker info
commands:Problem
When I try following the instructions from lecture, I get the following error:
On Thursday, I had been able to follow the commands from lecture and successfully run the
docker run -it alpine
command. From online research it seems I might need sudo permissions to start the daemon, which I don't have access to. Any suggestions on how to proceed would be really appreciated. I have already tried uninstalling and reinstalling.Thanks, Eshaan