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
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.
image_identifieris hardcoded tocoursemology/evaluator-image-Allow it to be configured through a command line option or environment variable so custom Dockerhub repositories can be used.