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

Dockerfile initial version. #35

Merged
merged 1 commit into from Aug 19, 2015
Merged

Dockerfile initial version. #35

merged 1 commit into from Aug 19, 2015

Conversation

pataquets
Copy link
Contributor

Solves #31
See also #30

How to test:

$ docker build -t=doorman . # Builds the Docker image locally
$ docker run -d --name=doorman_test_backend pataquets/drupal # Spin up a local test backend (Drupal 7).
$ docker run -d -p 8080:80 -e DOORMAN_LISTEN_PORT=80 -e DOORMAN_MODULES=password -e DOORMAN_PASSWORD_TOKEN=1234 -e DOORMAN_HOSTNAME=http://your.hostname.com:8080 -e DOORMAN_PROXY_HOST=backend -e DOORMAN_PROXY_PORT=80 --link=doorman_test_backend:backend --name=doorman_test_proxy doorman # Launches exposed Doorman (tip: use SQLite to finish Drupal install)

@pataquets pataquets changed the title Dockerfile initial version (solves movableink/doorman#31). Dockerfile initial version. Jun 24, 2015
@pataquets
Copy link
Contributor Author

Added test instructions.
TODO after merging:

  • Document / add usage example
  • Create Docker Hub automated build

@pataquets
Copy link
Contributor Author

Bump.
My image got outdated. Having a canonical Dockerfile and setting up an official Docker image would be a convenient way to stay up-to-date.

@pataquets
Copy link
Contributor Author

Since you already have a Docker Hub account, you can set an 'Automated Build' to keep Doorman image up-to-date with latest commits.

mnutt added a commit that referenced this pull request Aug 19, 2015
Dockerfile initial version.
@mnutt mnutt merged commit 00ca7b0 into movableink:master Aug 19, 2015
@mnutt mnutt mentioned this pull request Aug 19, 2015
@pataquets
Copy link
Contributor Author

How about setting up a 'movableink/doorman' automated build on Docker Hub?

@pataquets
Copy link
Contributor Author

@mnutt: ping?

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

Successfully merging this pull request may close these issues.

None yet

2 participants