-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
added dockerfiles #174
added dockerfiles #174
Conversation
This doesn't work for me. Maybe I'm doing it wrong. I'd recommend adding instructions at the very least before this gets merged in. I built with:
This resulted in
|
Updated docker-compose to a newer version that supported seccomp. It starts up now, but fails to run and it exits.
|
That error you have is because of how chrome does sandboxing |
I can't reproduce the error on my machine which is why I suspect maybe its the docker version or platform your running on https://github.com/Zenika/alpine-chrome#3-ways-to-securely-use-chrome-headless-with-this-image Heres the docs on the chrome image this uses. I included the seccomp profile because otherwise you have to turn the sand box off or run the container as admin neither of which seemed very appealing to me.
|
I think I see your issue |
Busy at work, which is why I haven't responded, but the seccomp issue was a
docker-compose bug that I resolved by upgrading to a newer docker-compose.
The app now runs but spits out the message I posted earlier.
…On Tue, Sep 22, 2020, 12:45 PM Christopher Sauer ***@***.***> wrote:
I think I see your issue Cannot start service nvidia-snatcher: Decoding
seccomp profile failed: invalid character 'c' looking for beginning of value
Pretty sure you accidentally added a c maybe while you were looking at
the seccomp profile ^c accident maybe? If you repull that fine you should
be good.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4RLJHGIC25YWUKTIFYC33SHD5FTANCNFSM4RU5U6JA>
.
|
|
@mr-sour the |
Sorry for the delay, been super busy!
|
bump. this gonna get merged? |
Most likely not, I think #411 will supercede this, although I want a few more changes in there before this goes. |
Description
fixes
#11 sorta
These are a set of docker files to build and run this inside a docker container. With chrome sandboxing. X11 forwarding instructions will soon follow if people want that. Sorta fixes issue 11 but its really meant as a easy way to get it up and running on a server to get notifications and can't do the automated browser workflow. (yet)
discord
mrsour#2727
Testing
New dependencies