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 Jul 10, 2023. It is now read-only.
I wish there'd be a single docker image I could pull from Docker Registry to run a local test set-up for evaluation.
E.g. docker run -p 80:80 autolab/autolab-testing:2.0.8
That includes two points:
please publish images (tango, autolab) of project releases on a public docker registry (e.g. Docker Hub). This saves me having to follow the official installation instructions - I can easily use a non-Ubuntu environment being a non-root user (with just access to run docker).
if the local setup is only meant for testing anyway then I see no harm in publishing a single image that contains a database and the web frontend in a single image (with hardcoded or generated passwords and other configuration, so that I wouldn't have to care).
This would tremendously ease the evaluation/testing.
The text was updated successfully, but these errors were encountered:
I wish there'd be a single docker image I could pull from Docker Registry to run a local test set-up for evaluation.
E.g.
docker run -p 80:80 autolab/autolab-testing:2.0.8
That includes two points:
This would tremendously ease the evaluation/testing.
The text was updated successfully, but these errors were encountered: