Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utahta/sandbox
https://github.com/utahta/sandbox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utahta/sandbox
- Owner: utahta
- Created: 2020-01-27T08:38:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T10:39:59.000Z (over 3 years ago)
- Last Synced: 2023-03-10T22:12:36.415Z (almost 2 years ago)
- Language: Go
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sandbox
## Install k3d
```sh
export K3D_INSTALL_DIR="$HOME/bin"
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash
```
or
```sh
brew install k3d
```### Using a local registry
[docs](https://github.com/rancher/k3d/blob/master/docs/registries.md#using-a-local-registry)
```sh
k3d create --enable-registry
```