You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| caddy | Docker image for the Caddy web server. |[README](docker/caddy/README.md)|[Manifest](docker/caddy/Dockerfile)|
10
+
| certbot | Docker image for Certbot, the Let's Encrypt client. |[README](docker/certbot/README.md)|[Manifest](docker/certbot/Dockerfile)|
11
+
| debug | Docker image for debugging purposes. |[README](docker/debug/README.md)|[Manifest](docker/debug/Dockerfile)|
12
+
| glab | Docker image for GitLab CLI tool. |[README](docker/glab/README.md)|[Manifest](docker/glab/Dockerfile)|
13
+
| gradle | Docker image for Gradle CI environment. |[README](docker/gradle/README.md)|[Manifest](docker/gradle/Dockerfile)|
14
+
| python | Docker image for Python development. |[README](docker/python/README.md)|[Manifest](docker/python/Dockerfile)|
15
+
| vault | Docker image for HashiCorp Vault. |[README](docker/vault/README.md)|[Manifest](docker/vault/Dockerfile)|
16
+
| backup-tools | Docker image for backup tools. |[README](docker/backup-tools/README.md)|[Manifest](docker/backup-tools/Dockerfile)|
16
17
17
18
Each directory under `docker/` corresponds to a specific Docker image. Navigate to each directory to view the respective Dockerfile and README for further instructions.
This Docker image contains a collection of tools for backing up and restoring data from various sources.
4
+
5
+
## Features
6
+
7
+
-**Supported Tools**: This image includes the following tools:
8
+
-`bash`: Command-line shell and scripting language.
9
+
-`curl`: Command-line tool for transferring data with URLs.
10
+
-`openssh-client`: Secure Shell (SSH) client.
11
+
-`rsync`: Utility for efficiently transferring and synchronizing files between systems.
12
+
-`tar`: Utility for packaging files together into a single archive.
13
+
-`unzip`: Utility for extracting compressed files in ZIP format.
14
+
-`zip`: Utility for creating ZIP archives.
15
+
-`postgresql`: PostgreSQL client for interacting with PostgreSQL databases.
16
+
-`s3cmd`: Command-line tool for managing Amazon S3 and other S3-compatible cloud storage services.
17
+
18
+
## Usage
19
+
20
+
To use this image, you can pull it from Docker Hub using the following command:
21
+
22
+
```bash
23
+
docker pull obervinov/images/backup-tools:1.0.0
24
+
```
25
+
26
+
Once pulled, you can run containers based on this image and use the included tools for backup and restore operations.
27
+
28
+
## Source
29
+
30
+
The source code for this Docker image is available on [GitHub](https://github.com/obervinov/images/docker/backup-tools). You can also find documentation and additional information in the repository.
31
+
32
+
## Version
33
+
34
+
This README corresponds to version 1.0.0 of the Docker image.
35
+
36
+
## Author
37
+
38
+
This Docker image was created and is maintained by [obervinov](https://github.com/obervinov).
0 commit comments