Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hlf20010508/cryptg-docker
- Owner: hlf20010508
- License: mit
- Created: 2023-09-14T12:26:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-28T11:10:10.000Z (11 months ago)
- Last Synced: 2023-12-28T12:29:43.068Z (11 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)