I hereby claim:
- I am nchazlett on github.
- I am nhazlett (https://keybase.io/nhazlett) on keybase.
- I have a public key whose fingerprint is 20B3 D6CA 4A78 7F63 9CD6 0B4F AB2F 1FC7 1621 3146
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
set -e | |
# set username and password | |
UNAME="" | |
UPASS="" | |
# get token to be able to talk to Docker Hub | |
TOKEN=$(curl -s -H "Content-Type: application/json" -X POST -d '{"username": "'${UNAME}'", "password": "'${UPASS}'"}' https://hub.docker.com/v2/users/login/ | jq -r .token) |
#!/bin/bash | |
set -e | |
echo | |
# set username, password, and organization | |
UNAME="" | |
UPASS="" | |
ORG="" |
###RPM-Builder### RPM-Builder is a simple tool to generate .rpm files for use with Docker.
###Usage###
docker run -ti rpm-builder
I hereby claim:
To claim this, I am signing this object: