Skip to content
Snippets Groups Projects
Commit 1dc0d96b authored by lennart.kramer's avatar lennart.kramer
Browse files

add note that you likely want to skip build

since prebuilts are available anyway
parent d1653b79
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,10 @@ For some more information on how this works, [see the documentation](/doc/How_it ...@@ -10,6 +10,10 @@ For some more information on how this works, [see the documentation](/doc/How_it
Building a Docker Image Building a Docker Image
======================= =======================
There are prebuilt images are already available on the [dockerhub](https://hub.docker.com/r/mathinstitut/goemaxima).
This section just describes the build process in case you want to build your own image anyway.
Normally, you can just skip this step and go to [Using the Docker Image](#using-the-docker-image) directly.
A docker image can be built by first building the web server with buildweb.sh, which will place the web server executable into `./bin/`. A docker image can be built by first building the web server with buildweb.sh, which will place the web server executable into `./bin/`.
In order for that to work, `go` needs to be installed. In order for that to work, `go` needs to be installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment