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

Updating README.md

parent 6efbaa4b
No related branches found
No related tags found
No related merge requests found
...@@ -94,13 +94,14 @@ $ ./start.sh ...@@ -94,13 +94,14 @@ $ ./start.sh
Estos comandos pueden brindar mas informacion sobre tu bfanodo (y hasta darte un shell): Estos comandos pueden brindar mas informacion sobre tu bfanodo (y hasta darte un shell):
``` ```
$ docker stats bfanodo $ docker stats bfaarnodo
$ docker logs bfanodo $ docker logs bfaarnodo
$ docker exec bfanodo bfalog.sh $ docker exec bfaarnodo localstate.pl
$ docker exec bfanodo localstate.pl $ docker exec -it bfaarnodo bash
$ docker exec -it bfanodo bash
``` ```
`bfalog.sh` hay que correrlo desde el bash para que se da cuenta cuando apretas ctrl-C.
### Crear ### Crear
Para crear el docker se utilizó el script `build.sh`. Por favor, no lo uses si no sabés como funciona todo. Para crear el docker se utilizó el script `build.sh`. Por favor, no lo uses si no sabés como funciona todo.
\ No newline at end of file
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