Skip to content

Commit

Permalink
el readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlFcl committed Apr 3, 2024
1 parent b9a1702 commit 0a48c2c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Docker-Fácil
## Authors
- [@alfcl](https://www.github.com/alfcl)
Bienvenido al repositorio oficial de Docker-Fácil, una herramienta diseñada para simplificar la instalación y gestión de Docker y Docker Compose.
Español
Introducción

Docker-Fácil es un proyecto creado para ayudar a desarrolladores y entusiastas de la tecnología a instalar y administrar Docker de una manera sencilla y eficiente. Con unos pocos comandos, podrás tener Docker y Docker Compose corriendo en tu sistema.
Instalación

Para instalar Docker y Docker Compose usando Docker-Fácil, simplemente clona este repositorio y ejecuta el script de instalación:

bash
~~~bash
git clone https://github.com/AlFcl/docker-facil.git
cd docker-facil
./install.sh
~~~


Uso

Después de la instalación, puedes gestionar tus contenedores Docker y configuraciones de Docker Compose directamente a través de los comandos de Docker.
Agradecimientos

Gracias por usar Docker-Fácil. Este proyecto es posible gracias al apoyo de la comunidad de desarrolladores y contribuidores.



English
Introduction

Docker-Fácil (Docker-Easy) is a project created to help developers and tech enthusiasts easily install and manage Docker in a simple and efficient way. With just a few commands, you'll have Docker and Docker Compose up and running on your system.
Installation

To install Docker and Docker Compose using Docker-Fácil, simply clone this repository and run the installation script:

~~~bash
git clone https://github.com/AlFcl/docker-facil.git
cd docker-facil
./install.sh
~~~

Usage

After installation, you can manage your Docker containers and Docker Compose configurations directly through Docker commands.
Acknowledgments

Thank you for using Docker-Fácil. This project is made possible by the support from the developer community and contributors.

0 comments on commit 0a48c2c

Please sign in to comment.