This website works better with JavaScript.
Explore
Help
Sign In
bunix42
/
docker-json-probe
Watch
1
Star
0
Fork
You've already forked docker-json-probe
0
Code
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84bdb713e1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '84bdb713e1'
${ noResults }
docker-json-probe
/
Dockerfile
3 lines
65 B
Docker
Raw
Normal View
History
Unescape
Escape
add Dockerfile build upon alpine:latest and installing curl and jq
7 years ago
FROM
alpine:latest
add openssh-client to image
4 years ago
RUN
apk add --no-cache curl jq openssh-client