https://github.com/yuehhua/docker-setup
https://github.com/yuehhua/docker-setup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuehhua/docker-setup
- Owner: yuehhua
- Created: 2015-02-10T04:12:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T15:48:49.000Z (over 10 years ago)
- Last Synced: 2025-02-05T09:48:40.505Z (5 months ago)
- Language: Shell
- Size: 163 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-setup
This is a personal setup script for docker-hosted services.
### **Features**
* mapping service exposed port to host high port (49153~65535) automatically
* mount your home directory onto container the same place automatically### **Applications support**
* rstudio
* ipython with numpy, scipy
* shiny## **How to use**
just pull the bash script down to your local directory:git clone https://github.com/a504082002/docker-setup.git
change the mode of the file to be executable:
chmod +x docker_up.sh
chmod +x docker_stop.shthen execute the script and specify the app you want:
./docker_up.sh rstudio
follow the instruction show up in terminal
then......have fun!### **To terminate while you finish it**
just execute the script, it would terminate for you:./docker_stop.sh andy_rstudio
remember to specify the container name!