Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hlf20010508/cryptg-docker

Docker image for built cryptg
https://github.com/hlf20010508/cryptg-docker

Last synced: about 5 hours ago
JSON representation

Docker image for built cryptg

Awesome Lists containing this project

README

        

# cryptg-docker
Docker image for built cryptg

## Image includes
- Alpine
- Cryptg

## Include in your Dockerfile
```Dockerfile
FROM hlf01/cryptg:0.4.0-python3.8.16-alpine3.17 AS cryptg_builder
FROM python:3.8.16-alpine3.17
...
COPY --from=cryptg_builder /cryptg /usr/local/lib/python3.8/site-packages/cryptg
```

## Build from source
```sh
git clone https://github.com/hlf20010508/cryptg-docker.git
cd cryptg-docker
sudo docker build -f Dockerfile -t cryptg --no-cache .
```

## Link
[Docker Hub](https://hub.docker.com/repository/docker/hlf01/cryptg)