You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
def create_container(image)
image_identifier = "coursemology/evaluator-image-#{image}"
Coursemology::Evaluator::DockerContainer.create(image_identifier, argv: container_arguments)
end
image_identifier is hardcoded to coursemology/evaluator-image-
Allow it to be configured through a command line option or environment variable so custom Dockerhub repositories can be used.
The text was updated successfully, but these errors were encountered:
image_identifier
is hardcoded tocoursemology/evaluator-image-
Allow it to be configured through a command line option or environment variable so custom Dockerhub repositories can be used.
The text was updated successfully, but these errors were encountered: