Skip to content

Building the Docker image #685

Closed Answered by o0101
the-JJ asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @the-JJ sorry about missing your discussion point! I did not see it until today.

Building the docker image is easy, if you know how! 😂 You can't just use docker build, there's a few special steps that need to be taken.

So, we have a script for that. It's called: ./deploy-scripts/build_docker.sh

We run the build on macOS. If you're building on other platforms you may have issues with the issue not being transferrable.

Also, to run the image, it's also not hard, if you know how! 😆 You can't just use docker run you need to again use a special script to take care of the special things it takes to run BrowserBox on Docker!

We have a name for that one, too. It's called: ./deploy-scripts/run…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by o0101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants