Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 274 Bytes

File metadata and controls

16 lines (12 loc) · 274 Bytes

docker-openssl

Docker container based on Ubuntu that has specific tooling:

  • openssl
  • kubectl

How to use

docker run --rm -it \
    --name <container_name> \
    -v ${HOME}/.kube/:/root/.kube/ \
    --entrypoint /bin/bash
    wanderadock/openssl:latest