amanharitsh123 / sugarizer-school-box

Sugarizer School Box GSoC '18
Apache License 2.0
2 stars 6 forks source link

Manually Starting Docker Daemon #1

Closed amanharitsh123 closed 6 years ago

amanharitsh123 commented 6 years ago

After every boot we manually have to start docker daemon. sudo dockerd & Adding this command to the rc.local doesnt work

quozl commented 6 years ago

Find out why it doesn't work in rc.local? For instance, you might add > /tmp/rc.local.log 2>&1 before the & so that stdout and stderr are saved in a file. Boot, then diagnose what the error is. You might also ask the Docker community how to start Docker properly at boot.

p.s. repository forked to sugarlabs so that work is more visible.