m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
7.38k stars 539 forks source link

When I modify the code,how to build a new docker image,and how to use the docker-compose.yaml? #439

Open z2labplus opened 2 hours ago

z2labplus commented 2 hours ago

When I modify the code,how to build a new docker image,and how to use the docker-compose.yaml?

yesBad commented 2 hours ago

https://github.com/m1k1o/neko/blob/master/.docker/README.md https://docs.docker.com/compose/intro/compose-application-model/

z2labplus commented 1 hour ago

yes , after modify the code,I run the command cd .docker ./start-server ./serve-client to verify the code and function, but how to build a image and then run with docker-compose.yaml in a new machine?

z2labplus commented 1 hour ago

Maybe I didn't express myself too clearly how to build a image image: "m1k1o/neko:firefox" after I modify the code when I can run withe the https://github.com/m1k1o/neko/blob/master/docker-compose.yaml

m1k1o commented 37 minutes ago

With ./build base and ./build firefox

z2labplus commented 17 minutes ago

aftet I run the command ./build firefox, I get a image m1k1o/neko firefox 5496e2fcbd9b 6 seconds ago 1.08GB Does this image include the code I have modified? @m1k1o