Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/docker.going-native
https://github.com/thlorenz/docker.going-native
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thlorenz/docker.going-native
- Owner: thlorenz
- Created: 2016-09-26T23:22:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T19:08:42.000Z (about 8 years ago)
- Last Synced: 2024-10-18T02:38:40.261Z (20 days ago)
- Language: Shell
- Homepage: https://github.com/thlorenz/docker.going-native
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker goingnative
Dockerfile to get started with the [goingnative](https://github.com/workshopper/goingnative) nodeschool workshop.
## Installing Docker
Docker for Mac can be downloaded at [this link](https://download.docker.com/mac/stable/Docker.dmg) and following these
[installation instructions](https://docker.github.io/docker-for-mac/).Installation instructions for docker for Linux are
[here](https://docs.docker.com/engine/installation/linux/ubuntulinux/).## Building
Builds all the docker containers you need (run only once).
```sh
./build
```## Running
Use the `./goingnative` command like you would `goingnative`, i.e. `./goingnative verify myaddon`.
Use the `./node-gyp` command like you would use `node-gyp` to only rebuild your C++.
## Not working
If this is not working for you at all you can try the [hosted version in your browser](http://generalhenry.com/goingnative).