https://github.com/learning-layers/ltb-dockerfiles
The Dockerfiles to create the Learning Toolbox containers
https://github.com/learning-layers/ltb-dockerfiles
Last synced: 9 months ago
JSON representation
The Dockerfiles to create the Learning Toolbox containers
- Host: GitHub
- URL: https://github.com/learning-layers/ltb-dockerfiles
- Owner: learning-layers
- License: apache-2.0
- Created: 2015-12-10T16:52:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T16:55:39.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:18:32.169Z (about 2 years ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ltb-Dockerfiles
The Dockerfiles for the Learning Toolbox.
To test and start up the Layersbox (including the Learning Toolbox) you can copy the
files under scripts and run startbox which will create the right directory structure and after
you can run box_start.sh (or if you are on windows win_start.sh).
So Assuming you have a Linux (virtual box) running checkout these files and the layersbox project
in your unix directory (say 'docker').
Then:
cd docker
cp scripts/* .
sh startbox.sh
Now, depending on whether you extract everything from github (option remote) or that
you take files from local mounted directories (option local), files will be linked/copied or
retrieved from Github to result in the structure
docker/layersbox
docker/ltb-Dockerfiles