first commit
This commit is contained in:
17
README.md
Executable file
17
README.md
Executable file
@@ -0,0 +1,17 @@
|
||||
# Quasar App (ejercicio_quasar)
|
||||
|
||||
### Crear la imagen
|
||||
```
|
||||
docker build -t dockerize-quasar .
|
||||
```
|
||||
|
||||
### borrar y crear contenedor
|
||||
```
|
||||
docker rm -f blog && docker run -d --name=blog --restart unless-stopped -p 33328:80 dockerize-quasar
|
||||
```
|
||||
|
||||
### purgar docker
|
||||
```
|
||||
docker system prune
|
||||
docker image prune -a
|
||||
```
|
||||
Reference in New Issue
Block a user