When new users run docker run … in the tutorial and Docker Desktop isn’t running, they just get cryptic errors.
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 55/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- bash, docker, powershell
- Ambito
- devops, documentation
Direzione di ricerca
Review the Docker tutorial step that runs docker run and the scripts/ folder first. Add Bash and PowerShell checks with helpful startup guidance, then mention both scripts in the tutorial and verify the messages when Docker is unavailable and available.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Add a small script (in Bash for Linux/macOS and PowerShell for Windows) that:
Checks if Docker is running
Prints a friendly message if it’s not
Suggests how to start it
Example (Bash):
bash
Copy
Edit
#!/bin/bash
if ! docker info > /dev/null 2>&1; then
echo "❌ Docker is not running."
echo "Please start Docker Desktop and try again."
exit 1
fi
echo "✅ Docker is running fine!"
This could live in a scripts/ folder and be mentioned in the tutorial.
- Lingua principale
- JavaScript
- Stelle
- 3.1k
- Fork
- 6.4k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di docker/getting-started
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
docker/getting-started#481 · 2 commenti · 5 reazioni ·
-
Difficoltà 1/5 1-3 ore Idoneità per principianti 65/100
docker/getting-started#394 · 1 commento · 3 reazioni ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 45/100
docker/getting-started#494 ·
-
Chat Aperta
Difficoltà 5/5 Più di una settimana Idoneità per principianti 10/100
docker/getting-started#482 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 1/100
docker/getting-started#477 ·
Tutte le issue di docker/getting-started
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
mksglu/context-mode#1200 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
neondatabase/website#5944 ·
-
module: core
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
bigbluebutton/bigbluebutton#25849 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
jaegertracing/jaeger-ui#4506 ·