Docker

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
oskar_calvo's picture

Configurar Drupal para ejecutarlo en un Docker con un proxypass por delante.

Buenas.

Tengo en un servidor ejecutándose un docker, que escucha en localhost:8082, pero para acceder a esto uso proxypass de Apache, el problema es que Drupal en vez de escribir la ruta correcta escribe la ruta de docker:

http://localhost:8082/sites/default/files/.... 

Este es mi virtualhost:

<

pre>

ServerAdmin xxxx@xxxx
ServerName project.dev.domain.com
ProxyPass "/" "http://localhost:8082/"
ProxyPassReverse "/" "http://localhost:8082/"
ErrorLog ${APACHE_LOG_DIR}/project.dev.error.log

Read more
Pablo Gosse's picture

Opinions / feedback wanted - Drupal, Varnish, Docker, & Kubernetes

Hi all. We're starting our move from D7 to D8, and are going to be using Docker and Kubernetes (with Jenkins) to manage and deploy our D8 environments.

Since with Docker and Kubernetes deploying as many identical nodes as you want / need is trivial, I'm looking for feedback re choosing the standard one-to-many design of Varnish and Drupal nodes (each Varnish node points at multiple Drupal backends), as opposed to a one-to-one design where each Varnish node points at a single Drupal backend.

Read more
bendygirl's picture

Drupal4Gov Half Day - FREE training

Thanks to Booz Allen Hamilton for hosting Drupal4Gov's half day and the January Drupal Global Training Day.

please select ONLY ONE TICKET TYPE all 4 groups will run concurrently. head on over to: Eventbrite for tickets

Read more
imadalin's picture

Yet another implementation of Drupal Dockerized

Hi there.

I've been working on an implementation of a complete Drupal development environment using Docker and using all services per separate containers. It respects totally the Docker concept of having each service separated per container.

https://github.com/madalinignisca/drupal-dockerized

All services are built on top of the official Docker images.

All is required locally is Docker (with compose) and optionally Git, no PHP or other service installed locally.

Read more
Etienne Engasser's picture

Drupal Meetup Montreal - August 29th 2017

We're pleased to invite you to the August 2017 Drupal Montreal meetup, on Tuesday August 29, 6:00pm. It's hosted by Evolving Web, at their shiny new office in the Old Montreal.

Nous avons le plaisir de vous inviter au prochain Meetup Drupal Montreal qui aura lieu Mardi le 29 Août. L'événement se tiendra en les nouveaux bureaux d'Evolving Web dans le Vieux Montréal.

Read more
xandermar's picture

Drupal 7: Docker Compose with REDIS

Hi all,

I recently created a light-weight Docker Compose environment for Drupal 7. It is simple and easy to use. All info needed is in the repo Wiki.

Please check out the repo on Github and let me know thoughts and feedback. I am currently doing the same for Drupal 8 and will have it up soon.

Repo:
https://github.com/xandermar/drupal7-docker

Thanks!
Dan

Read more
chingis's picture

Open Source Initiative Docker4Drupal.org

Hi there,

We've started a new open source initiative Docker4Drupal.org. As you can tell from its name the idea is to help developers adopt docker containers. The GitHub repository contains docker compose file that can be used to pull and run containers. All containers use public images (official or forks) and pre-configured to work with Drupal.

http://docker4drupal.org/

Read more
bradjones1's picture

Drupal 8 scaffolding for Docker, leveraging composer

Would love feedback on my approach at scaffolding a Drupal 8 project for development and deployment...Drude and Bowline are interesting but both appear focused on D7 at the moment. My project below lacks CI, so far, but anyone with some time to play around with this, I'd appreciate your thoughts.

(There was a discussion about containerized development at the recent Denver meetup, so CC'ing that group as well.)

https://github.com/BradJonesLLC/docker-drupal

Read more
daven's picture

DrupalCon LA Followup

There are two BoFs at DrupalCon LA:

So far there has been a lively discussion about docker and docker-related tools. In the first BoF session people agreed that we all would like to continue the conversation in a Drupal Group.

I can't remember all the Docker related projects that were mentioned so please add links. Here are a few:

Tools, helpers, config, etc:
- Docker Compose https://docs.docker.com/compose/
- Bowline (Drupal focused dev docker scripts) https://github.com/davenuman/bowline
- Drude (Docker Compose based environment for Drupal) https://github.com/blinkreaction/drude
- Drocker https://github.com/twinbit/drocker
- Kalabox http://www.kalamuna.com/products/kalabox/

Read more
Subscribe with RSS Syndicate content