CentOS 7 Docker container with custom Vault repositories.
Dockerfile: Defines the Docker image, including the base CentOS 7 image and the custom repository configuration.vault.repo: Contains the repository configuration for Vault repositories.
To build and run the Docker container:
-
Build the Docker Image:
docker build -t centos-vault . -
Run the Docker Container:
docker run -it centos-vault