Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready-to-use Docker Image #68

Open
m6121 opened this issue Jul 7, 2021 · 2 comments
Open

Ready-to-use Docker Image #68

m6121 opened this issue Jul 7, 2021 · 2 comments

Comments

@m6121
Copy link

m6121 commented Jul 7, 2021

Hi,

thanks a lot for this awesome tool and the provision of a docker specification. To further ease use of the tool, would it be possible to use Github-CI for building the docker image and pushing the image at e.g. Docker Hub? This would very much increase usability as only the docker-compose.yml needs to be configured and the image would simply be downloaded.

Many thanks in advance.
Max

@faroit
Copy link
Collaborator

faroit commented Jul 7, 2021

@m6121 sure, thats a great idea. I can host the image under my name space. Can you check if the docker-compose is up-to-date and runs fine?

@m6121
Copy link
Author

m6121 commented Jul 8, 2021

Hi @faroit,

thanks for the fast response. This sounds great.
Yes, the latest docker-compose is working fine. Maybe some comments could be added to explain the configuration a little, e.g.

version: '2'
services:
  webmushra:
    image: webmushra
    volumes:
      # configure the host directory that should be used for the results, e.g.
      #
      #    - /home/jdoe/experiments/results:/var/www/html/results
      #
      # if the host directory /home/jdoe/experiments/results is used
      # for Windows hosts, an example might be as follows:
      #
      #    - /c/experiments/results:/var/www/html/results
      #
      # NOTE: this directory must be writable by the UID=33 (www-data) of the
      # docker image
      - ./results:/var/www/html/results

      # configure the host directory where the configuration can be found
      - ./configs:/var/www/html/configs
    ports:
      - "8000:80"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants