> For the complete documentation index, see [llms.txt](https://eduardo-2.gitbook.io/entornos-de-desarrollo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eduardo-2.gitbook.io/entornos-de-desarrollo/fuentes.md).

# Fuentes

## Archivos para crear contenedores Docker

* Contenedores base para proyectos web: <https://gitlab.com/Didweb/dockers>
  * Para crear Proyectos PHP: <https://gitlab.com/Didweb/dockers/tree/master/Aplicacion-PHP>
  * Para Wordpress desde 0: <https://gitlab.com/Didweb/dockers/tree/master/Wordpress>
  * Para Prestashop desde 0: <https://gitlab.com/Didweb/dockers/tree/master/Prestashop>
  * Para Proyectos Symfony: <https://gitlab.com/Didweb/dockers/tree/master/Symfony>

## Docker Hub. Info sobre tags ...

* Docker Hub: <https://hub.docker.com/>
* Docker Hub PHP: <https://hub.docker.com/_/php/>
* Docker Hub MariaDB: <https://hub.docker.com/_/mariadb>
* Docker Hub Wordpress: <https://hub.docker.com/_/wordpress>
* Docker Hub Prestashop: <https://hub.docker.com/r/prestashop/prestashop>

## Plugins para Wordpress cambio de urls

* **Go Live Update Urls**: <https://wordpress.org/plugins/go-live-update-urls/>
* **Velvet Blues Update Urls**: <https://es.wordpress.org/plugins/velvet-blues-update-urls/>
* **El script de interconect/it**  probado online en el conetendor de docker no funciona pero interesante para usar en el servidor: <https://interconnectit.com/products/search-and-replace-for-wordpress-databases/>

## Docker UIs

* Portainer: <https://www.portainer.io/>&#x20;
* Listado con varios UIs para Docker: <https://blog.codeship.com/docker-guis/><br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eduardo-2.gitbook.io/entornos-de-desarrollo/fuentes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
