Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Table of contents

// spell-checker:disable

// spell-checker:enable

Size 🌈

// cSpell:words vault-backup

[Unreleased]

[0.0.2] - TODO

[0.0.1] - 2022-11-05

python:3

docker build --network=host -t "${DOCKER_ORGANISATION}/vault-backup:0.0.1" --squash .
docker push ${DOCKER_ORGANISATION}/vault-backup:0.0.1

Added

  • Add vault_handler.py

Updated

  • None

Remove

  • None

docker run -it -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v /var/run/docker.sock:/var/run/docker.sock --entrypoint /bin/bash ${DOCKER_ORGANISATION}/vault-backup:0.0.1