This website requires JavaScript.
Explore
Help
Sign In
finn
/
nats-sandbox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
nats-sandbox
/
ncli
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
99 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
initial working setup
2024-08-07 09:49:30 -07:00
FROM
golang:alpine
RUN
go install github.com/nats-io/natscli/nats@latest
ENTRYPOINT
[
"/bin/ash"
]
Reference in New Issue
Copy Permalink