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.
I think the
docker attachmethod 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.