Skip to content
Snippets Groups Projects
Commit ee48932e authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Update README.md

parent 6eb17121
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,26 @@ Te va a crear un directorio en `~/dockers/volumes/bfanodo,home,bfa,bfa,network,n
### Crear
Para crear el docker uso el script `build.sh`. No lo uses si no sabes como funciona todo.
\ No newline at end of file
Para crear el docker uso el script `build.sh`. No lo uses si no sabes como funciona todo.
### Avisos del sistema
Si ves el aviso `WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.` la solucion posible esta en https://docs.docker.com/install/linux/linux-postinstall/#your-kernel-does-not-support-cgroup-swap-limit-capabilities
Normalmente es suficiente con:
```
echo 'GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"' >> /etc/default/grub
update-grub
reboot
```
### Registros / logs
Para ver como esta tu bfanodo, estos comandos pueden brindar mas informacion (y hasta darte un shell):
```
docker stats bfanodo
docker logs bfanodo
docker exec bfanodo bfalog.sh
docker exec bfanodo localstate.pl
docker exec -it bfanodo bash
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment