This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Directly execute server in container? #7
Open
Description
I think the docker attach
method is discouraged. Ideally I think one would just bring up the containers and have a running server. I think this could be achieved via:
CMD ["psiturk", "-c", "server on"]
(config would need to say to start in live mode).
Then one could post HITs from elsewhere (e.g. local machine).
I can make a PR if you think that's useful.
Metadata
Metadata
Assignees
Labels
No labels