Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ Before you begin, make sure you have [Docker](https://docs.docker.com/engine/ins
- Start container

```bash
docker run -it --rm devops-toolkit
docker run -it --rm devops-toolkit:latest
```

- Check python version

```bash
docker run --rm devops-toolkit python3 --version
docker run --rm devops-toolkit:latest python3 --version
```

<!-- . **Customize the Build (Optional):** -->
Expand All @@ -51,11 +51,10 @@ Before you begin, make sure you have [Docker](https://docs.docker.com/engine/ins
- To be implemented

## Test the image
- Run
```bash
cd scripts
chmod +x check_version_in_toolkit.sh
.check_version_in_toolkit.sh devops-toolkit
.check_version_in_toolkit.sh devops-toolkit:latest
```

## Contributing
Expand Down