https://github.com/bokuweb/amazonlinux-neon
An AmazonLinux with NEON(Rust + Node) docker container
https://github.com/bokuweb/amazonlinux-neon
Last synced: 5 months ago
JSON representation
An AmazonLinux with NEON(Rust + Node) docker container
- Host: GitHub
- URL: https://github.com/bokuweb/amazonlinux-neon
- Owner: bokuweb
- Created: 2018-05-20T06:50:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:40:26.000Z (over 2 years ago)
- Last Synced: 2025-02-27T02:42:12.623Z (over 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amazonlinux-neon
An AmazonLinux with NEON(Rust + Node) docker container
It's on [docker-hub](https://hub.docker.com/r/bokuweb/amazonlinux-neon/) and [github](https://github.com/bokuweb/amazonlinux-neon/)
## tags and links
* `latest` [(master/Dockerfile)](https://github.com/bokuweb/amazonlinux-neon/blob/master/Dockerfile)
## how to build
```sh
git clone git@github.com:bokuweb/amazonlinux-neon.git
cd amazonlinux-neon
docker build --rm -t bokuweb/amazonlinux-neon .
```
## running
```sh
docker run --rm -it bokuweb/amazonlinux-neon
```