BaşlayınÜcretsiz Başlayın

Existing containers

Your team has recently decided to start implementing Docker for most new projects. As such, you've been asked to verify you know how to determine which containers are running on a given system at a specific time.

Bu egzersiz

Intermediate Docker

kursunun bir parçasıdır
Kursu Görüntüle

Egzersiz talimatları

  • Modify the example code to check for what containers exist on the running system.
  • Use the terminal window to run any documentation commands.

Uygulamalı interaktif egzersiz

Bu örnek kodu tamamlayarak bu egzersizi bitirin.

# Run the command to determine which containers exist on the system 
docker ____
Kodu Düzenle ve Çalıştır