Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrhouma authored Jul 17, 2024
1 parent 64729d0 commit 3918e8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 0 - docker/2-conteneur-docker-scala-1/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Une fois l'image construite, vous pouvez lancer un conteneur Docker basé sur ce

```sh
docker run -it --name spark-test spark-scala-docker
docker ps
docker exec -it spark-test bash
spark-shell
```

Cette commande démarre un conteneur nommé `spark-test` à partir de l'image `spark-scala-docker` et vous donne accès à un terminal interactif à l'intérieur du conteneur.
Expand Down

0 comments on commit 3918e8e

Please sign in to comment.