https://github.com/kjunichi/docker-ijulia
https://github.com/kjunichi/docker-ijulia
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjunichi/docker-ijulia
- Owner: kjunichi
- Created: 2014-12-31T12:17:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T22:05:12.000Z (over 10 years ago)
- Last Synced: 2025-02-07T17:25:23.089Z (over 1 year ago)
- Language: Julia
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell-sssion
git clone https://github.com/kjunichi/docker-ijulia.git
cd docker-ijulia
docker build -t kjunichi/ijulia .
```
```shell-sssion
docker run -p 8998:8998 -d kjunichi/ijulia
```
```shell-sssion
open http://`boot2docker ip`:8998
```