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
46 changes: 20 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,33 @@ Before you begin, make sure you have [Docker](https://docs.docker.com/engine/ins

## How to Build

1. **Clone the Repository:**
**1. Clone the Repository:**
```bash
git clone https://github.com/tungbq/devops-toolkit.git
```

```bash
git clone https://github.com/tungbq/devops-toolkit.git
```
**2. Navigate to the Repository:**
```bash
cd devops-toolkit
```

2. **Navigate to the Repository:**
**3. Build the DevOps toolkit image:**

```bash
cd devops-toolkit
```

3. **Build the DevOps toolkit image:**

```bash
docker build -t devops-toolkit:latest .
```

4. **Run the toolkit Image:**
```bash
docker build -t devops-toolkit:latest .
```

**4. Run the toolkit Image:**
- Start container

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

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

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

<!-- . **Customize the Build (Optional):** -->
<!-- **5. Customize the Build (Optional):** -->

## Use the image from Docker Hub
- To be implemented
Expand Down