-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1eee449
commit d3b1731
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# LAMP Server on Docker | ||
Servidor LAMP en Docker basado en Ubuntu 20.04 LTS con PHP 5.6, Mysql, Apache2 y Phpmyadmin. | ||
|
||
## Uso de este container | ||
Para usar este container tienes que seguir los siguientes pasos: | ||
- Pull del container | ||
- Entrar al container y crear usuario en mysql, crear bd, cargar aplicación. | ||
- Exportar container resultante con docker commit ff357b1f0c66 ubuntuchange |