Vérifiez juste le nom du conteneur en cours d'exécution

# Try removing the table part from your --format argument, such as:

docker ps --format '{{.Names}}'

# It should give you a simple list of container names with no table heading
Merwanski