Actualizar 'README.md'
This commit is contained in:
12
README.md
12
README.md
@@ -24,6 +24,13 @@ sudo apt-get install docker-compose
|
|||||||
docker run -d -p 80:80 docker/getting-started
|
docker run -d -p 80:80 docker/getting-started
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### cambiar temporales Docker
|
||||||
|
```sh
|
||||||
|
sudo vim /etc/default/docker
|
||||||
|
# Agregar esta linea al final con la ruta de tu disco externo montado
|
||||||
|
export DOCKER_TMPDIR="/mnt/storage/docker-tmp"
|
||||||
|
```
|
||||||
|
|
||||||
### Comandos básicos
|
### Comandos básicos
|
||||||
|
|
||||||
|
|
||||||
@@ -227,6 +234,11 @@ sudo systemctl status mongodb
|
|||||||
sudo ufw enable #habilita el firewall
|
sudo ufw enable #habilita el firewall
|
||||||
|
|
||||||
```
|
```
|
||||||
|
### Conocer que programa esta usando determinado puerto
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo netstat -tulpn | grep :puerto_buscado
|
||||||
|
```
|
||||||
|
|
||||||
## Despliegue fly.io
|
## Despliegue fly.io
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user