Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation errors - Is the docker daemon running? #4

Closed
garysui opened this issue Mar 5, 2019 · 2 comments
Closed

Installation errors - Is the docker daemon running? #4

garysui opened this issue Mar 5, 2019 · 2 comments

Comments

@garysui
Copy link

garysui commented Mar 5, 2019

docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
chmod: cannot access './layer/headless-chromium/headless-chromium': No such file or directory

I am novice and have no clue how to proceed from here

@pahud
Copy link
Owner

pahud commented Mar 5, 2019

you need to install docker in your local environment before you can execute build.sh

docker run -dt --rm --name headless-chromium adieuadieu/headless-chromium-for-aws-lambda:stable
docker cp headless-chromium:/bin/headless-chromium ./layer/headless-chromium/
docker stop headless-chromium

An easy option is to launch a Cloud9 IDE in AWS and it has everytihng you need for the development.

@pahud pahud changed the title Installation errors Installation errors - Is the docker daemon running? Mar 5, 2019
@garysui
Copy link
Author

garysui commented Mar 6, 2019 via email

@pahud pahud closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants