Skip to content

Commit

Permalink
chore(documentation): Update documentation to point to docker reposit…
Browse files Browse the repository at this point in the history
…ory and add usage
  • Loading branch information
alexbaeza committed Apr 10, 2024
1 parent 84fb002 commit bb8a2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker pull betterdev/k8s-ci-cd:latest

2. executing Bash Shell in Container

To open a Bash shell within the container, you can use the following command:
To open a bash shell within the container:

```shell
docker run -it betterdev/k8s-ci-cd bash
Expand Down Expand Up @@ -65,7 +65,7 @@ If you want to build this image from source, ensure you have Docker installed an
3. Build the Docker image using the following command:

```bash
docker build -t <image_name>:<tag> .
docker build -t <image_name> .
```

### Selecting Tool Versions
Expand Down

0 comments on commit bb8a2a3

Please sign in to comment.