Add quickstart option to Docker section in README (#1515)

This commit is contained in:
Nick Gerace 2020-03-22 16:18:50 -04:00 committed by GitHub
parent 53c8185af3
commit 0dc0c6a10a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,16 @@ cargo build --workspace --features=stable
## Docker
### Quickstart
Want to try Nu right away? Execute the following to get started.
```bash
docker run -it quay.io/nushell/nu:latest
```
### Guide
If you want to pull a pre-built container, you can browse tags for the [nushell organization](https://quay.io/organization/nushell)
on Quay.io. Pulling a container would come down to: