Commit f8d8edf8db90fde1bf73fa8a8dcfdc3c3143b66f

Authored by Etienne Pallier
1 parent 6dc9142b
Exists in dev

small update

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
docker/PYROS_DOCKER_START.sh
... ... @@ -9,6 +9,7 @@ echo
9 9 echo "Then START:"
10 10 docker-compose up -d
11 11  
12   -# See started containers
13 12 echo
14   -docker ps
  13 +echo "Started containers for pyros:"
  14 +# See started containers
  15 +docker ps | grep pyros
... ...