Skip to content

Commit

Permalink
Update docs/basic_training/containers.md
Browse files Browse the repository at this point in the history
Nooice

Co-authored-by: Marcel Ribeiro-Dantas <[email protected]>
  • Loading branch information
christopher-hakkaart and mribeirodantas authored Jan 15, 2024
1 parent da19386 commit 9cb4c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic_training/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To exit from the container, stop the BASH session with the `exit` command.

Docker images are created by using a so-called `Dockerfile`, a simple text file containing a list of commands to assemble and configure the image with the software packages required. For example, a Dockerfile to create a container with `cowsay` and installed could be as simple as this:

```dockerfile linenums="1"
```dockerfile linenums="1" title="Dockerfile"
FROM debian:bullseye-slim

LABEL image.author.name "Your Name Here"
Expand Down

0 comments on commit 9cb4c4f

Please sign in to comment.