Blame view

docker/PYROS_DOCKER_START.sh 275 Bytes
90bc3587   Alexis Koralewski   Add fix hostname ...
1
2
export CURRENT_UID=$(id -u)
export COMPUTER_HOSTNAME=$HOSTNAME
bce6ef19   Etienne Pallier   update affichage ...
3
4
5

echo
echo "First STOP just in case:"
1b11a72f   Alexis Koralewski   Update docker scr...
6
docker compose down --remove-orphans
bce6ef19   Etienne Pallier   update affichage ...
7
8
9

echo
echo "Then START:"
1b11a72f   Alexis Koralewski   Update docker scr...
10
docker compose up -d
36583682   Etienne Pallier   updated KILL_PYRO...
11

b232ab5e   Etienne Pallier   ajout commentaires
12
# See started containers
36583682   Etienne Pallier   updated KILL_PYRO...
13
echo
f8d8edf8   Etienne Pallier   small update
14
echo "Started containers for pyros:"
f8d8edf8   Etienne Pallier   small update
15
docker ps | grep pyros