Skip to content

Commit

Permalink
Test_1: Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico committed Oct 19, 2024
1 parent 75a0528 commit 581fe44
Show file tree
Hide file tree
Showing 9 changed files with 954 additions and 41 deletions.
31 changes: 26 additions & 5 deletions dockers/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
# Cloud Tools Docker Setup

Run docker on-premisse:
This repository contains the configuration for a Docker image designed to run on-premise environments. The image includes various cloud-related tools and utilities.

Command to create the imagem:
$ docker build -t cloud-tools .
## Running the Docker Image On-Premise

Command to run the containner:
### Step 1: Build the Docker Image

To create the Docker image locally, use the following command:

```bash
docker build -t cloud-tools .
```

### Step 2: Run the Docker Container

After building the image, you can run the container interactively using:

```bash
docker run -it cloud-tools
```

### Additional Information

- This image is also **published on Docker Hub** for easier access and distribution.
- All updates to the image are **automatically synced** to Docker Hub via **GitHub Actions**. The workflow for this automation is located in:

```bash
.github/workflows/docker-build.yml
```

.
Loading

0 comments on commit 581fe44

Please sign in to comment.