https://github.com/kjunichi/docker-mosaic
Do you know NCSA Mosaic?
https://github.com/kjunichi/docker-mosaic
Last synced: about 1 year ago
JSON representation
Do you know NCSA Mosaic?
- Host: GitHub
- URL: https://github.com/kjunichi/docker-mosaic
- Owner: kjunichi
- Created: 2014-12-15T01:06:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T00:32:20.000Z (almost 11 years ago)
- Last Synced: 2025-02-07T17:25:04.329Z (over 1 year ago)
- Language: C
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
```
git clone https://github.com/kjunichi/docker-mosaic.git
cd docker-mosaic
docker build -t kjunichi/mosaic .
docker run -p 6080:6080 -d kjunichi/mosaic /startup.sh
```
## OSX
```bash
open http://`boot2docker ip`:6080/vnc.html
```
## Other
open your browser and access to the following url:
```
http://localhost:6080/vnc.html
```
## Password
```txt
1234
```