Code Monkey home page Code Monkey logo

Comments (4)

SuddenGunter avatar SuddenGunter commented on August 20, 2024

I've just ended up using bare alpine and installed chromium + dependencies + dumb init

from alpine-chrome.

jlandure avatar jlandure commented on August 20, 2024

Hi @SuddenGunter 👋

Sorry for the delay... And thanks for the report.

Your error is here because you cannot execute the alpine-chrome without security.
The different usecases are explained here.

You can test the image using the following command:

docker run zenika/alpine-chrome --no-sandbox
[0709/182256.661108:WARNING:dns_config_service_posix.cc(335)] Failed to read DnsConfig.

This command does nothing: only launch Chrome and quit the process.
I hope this helps.

Does your new image fit your needs? Can I help you for something?

from alpine-chrome.

aman4387 avatar aman4387 commented on August 20, 2024

after runnig image with --no-sandbox getting below error

ERROR:gpu_channel_manager.cc(398)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.

from alpine-chrome.

jlandure avatar jlandure commented on August 20, 2024

Hi @aman4387 👋

Can you please indicate me the version of the image zenika/alpine-chrome you are using? I have no such problem.

Step 1
Checkout latest version.

docker image pull zenika/alpine-chrome

Step 2
Check version of the image.

docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
zenika/alpine-chrome@sha256:a768924d69a22bf014245e5f81a2f7cd04b656fa3a636df6e8d157aebcf4cc9a

Step 3
Launch with your command.

docker container run zenika/alpine-chrome --no-sandbox           
[0813/144231.494902:WARNING:dns_config_service_posix.cc(335)] Failed to read DnsConfig.

from alpine-chrome.

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.