Hi Jessica,

That Dockerfile isn't written to be used interactively, it's just set up to
build the wrappers and then copy the resulting build artifacts + the demo
files to the building machine.
So if I run it like this:

DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile --build-arg
RDKIT_BRANCH=master -o /tmp/rdkit_tmp .


I end up with the output in my /tmp/rdkit_tmp directory (which needs to
exist before I run the docker build command):

/scratch/RDKit_git/Code/MinimalLib$ ls -l /tmp/rdkit_tmp/
total 4852


-rw-r--r-- 1 glandrum glandrum    7077 Nov 30 09:10 demo.html
-rw-r--r-- 1 glandrum glandrum   10380 Nov 30 09:10 GettingStartedInJS.html
-rw-r--r-- 1 glandrum glandrum  143844 Nov 30 09:15 RDKit_minimal.js
-rwxr-xr-x 1 glandrum glandrum 4798348 Nov 30 09:15 RDKit_minimal.wasm


Apologies that this isn't documented anywhere.
-greg


On Tue, Nov 30, 2021 at 8:04 AM Jessica Heston <jessicahesto...@gmail.com>
wrote:

> Hi,
>
> I'm trying to run the dockerfile of the minimalLib folder. I successfully
> created an image locally.  But when I try to run it using this command,
> docker run -d -p 80:80 rdkitjavascript,  I get "docker: Error response from
> daemon: No command specified".  Can you help figure out how to fix this?
>
> Thanks,
> Jessica
> _______________________________________________
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to