Skip to content
Snippets Groups Projects
Commit 198948c7 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix(deploy): fix typo for un-deploying

parent 728a70eb
No related branches found
No related tags found
1 merge request!16Update tutorial
...@@ -331,7 +331,7 @@ The bottom section SHALL look like this: ...@@ -331,7 +331,7 @@ The bottom section SHALL look like this:
(docker-compose-host)$ docker logs oai-smf > smf.log (docker-compose-host)$ docker logs oai-smf > smf.log
(docker-compose-host)$ docker logs oai-nrf > nrf.log (docker-compose-host)$ docker logs oai-nrf > nrf.log
(docker-compose-host)$ docker logs oai-spgwu > spgwu.log (docker-compose-host)$ docker logs oai-spgwu > spgwu.log
(docker-compose-host)$ ./core-network.sh stop nrf (docker-compose-host)$ ./core-network.sh stop nrf spgwu
Stopping the core network... Stopping the core network...
Stopping oai-ext-dn ... done Stopping oai-ext-dn ... done
Stopping oai-smf ... done Stopping oai-smf ... done
......
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