Giter Club home page Giter Club logo

Comments (3)

alekzonder avatar alekzonder commented on June 12, 2024

@eskimoblood need more info, what javascript script you run inside docker, how you mount it your project scripts into container

paste here your docker run ... with all arguments

from docker-puppeteer.

Neoglyph avatar Neoglyph commented on June 12, 2024

EDIT:
Found a solution to my question below

Since mapping my custom folder to the root app folder had seemingly overriden the node_modules too, the puppeteer dependency did not exist.

the solution was to map one level lower:
docker run --shm-size 1G --rm -v /home/test/code/test:/app/test alekzonder/puppeteer:latest node test/index.js


Same here.
When trying to launch my script with the command:
docker run --shm-size 1G --rm -v /home/test/code/test:/app alekzonder/puppeteer:latest node index.js

I get the following:

{ Error: spawn EACCES
    at _errnoException (util.js:1022:11)
    at ChildProcess.spawn (internal/child_process.js:323:11)
    at Object.exports.spawn (child_process.js:502:9)
    at Function.launch (/app/node_modules/puppeteer/lib/Launcher.js:107:40)
    at <anonymous> code: 'EACCES', errno: 'EACCES', syscall: 'spawn' }

Additional info:
The script seemingly runs fine (since I've managed to print out my arguments just fine until it reaches this part:

puppeteer.launch({
  args: [ '--no-sandbox', '--disable-setuid-sandbox' ]
})

This works just fine with:
run --shm-size 1G --rm -v /home/test/code/test/index.js:/app/index.js alekzonder/puppeteer:latest

but that's not an option since I need to pass additional arguments to the script.

from docker-puppeteer.

isakatirci avatar isakatirci commented on June 12, 2024

what is root password. help. sudo does not work!

from docker-puppeteer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.