The docker command line for installation

68 views
Skip to first unread message

Andrimont

unread,
Apr 26, 2021, 12:50:29 AM4/26/21
to vocbench-user

Hello to all,

Is there an easy way to install VocBench on a Debian server (nginx) ?
What is the full docker command line with the port for installation  ?
I tried unsuccessfully to use the documentation found.
Thank a lot for help.
Andrimont

Manuel Fiorelli

unread,
Apr 27, 2021, 11:10:42 AM4/27/21
to Andrimont, vocbench-user
Hi Andrimont

The readme shows a few alternative commands to run VocBench as a container. 
Can you provide us with the specific command you tried and, if possible, some information about the error? 

When you talk about nginx, did you refer to executing VocBench behind a proxy? If this is the case, it might be necessary to configure the proxy rewrite the cookies used by VocBench. But this is perhaps a topic for another thread in the ML. 


Regards
Manuel

--
You received this message because you are subscribed to the Google Groups "vocbench-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vocbench-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vocbench-user/22f95279-d353-48b0-9cd7-8ec023a4bbb5n%40googlegroups.com.

Wafuce St-Georges

unread,
Apr 28, 2021, 4:47:41 AM4/28/21
to vocbench-user, Manuel Fiorelli

Thank you Manuel,


The command docker build -t vocbench3:9.0.0 gives
docker build" requires exactly 1 argument.

And docker run -p 1979:1979 --name vocbench3  -t vocbench3:9.0.0 gives
docker: Error response from daemon: pull access denied for vocbench3, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Best regards.

Andrimont

Manuel Fiorelli

unread,
Apr 29, 2021, 2:37:27 PM4/29/21
to Wafuce St-Georges, vocbench-user
Hi Andrimont,

I've repeated your commands and, while I was there, I am going to update the dockerfile to the recently released version 9.1.0

Actually, the first command fails because you missed the dot (.) at the end:

docker build -t vocbench3:9.0.0 .

this dot tells Docker that it shall construct be build context from the files located in the current working directory.

The second command merely fails because it can't find any image for VocBench 3 (as the first command failed).

Regards
Manuel


--
Manuel Fiorelli
Reply all
Reply to author
Forward
0 new messages