Skip to content

This is the repository to install and launch ImSwitch in Docker

Notifications You must be signed in to change notification settings

openUC2/ImSwitchDockerInstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImSwitch in Docker

All information have moved here: https://openuc2.github.io/docs/ImSwitch/ImSwitchDocker

ImSwitch + Docker on Raspi

This installs the full package:

  • Docker
  • ImSwitch in Docker
  • Drivers
  • Autostart on Raspi with autoupdate

Run as sudo (e.g. sudo -s)

cd ~/Downloads
git clone https://github.com/openUC2/ImSwitchDockerInstall
cd ImSwitchDockerInstall
chmod +x install_all.sh
./install_all.sh

And then

sudo docker run -it --rm -p 8001:8001  -e HEADLESS=1  -e HTTP_PORT=8001    -e UPDATE_GIT=1  -e UPDATE_CONFIG=0  -e CONFIG_PATH=/config   -v ~/Downloads:/config --privileged -e DATA_PATH=/dataset  -v /media/uc2/SD2:/dataset  ghcr.io/openuc2/imswitch-noqt-x64:latest
  • -v ~/Downloads:/config corresponds to the Github ImSwitchConfig folder that was downloaded and used for ImSwitch
  • -v /media/uc2/SD2:/dataset corresponds to the folder where we will save the data to

change external drive

open the file under ~/Desktop/start_imswitch.sh and replace the line -v /media/uc2/SD2:/dataset with the usb drive that you can detect with df -h

uninstalling the service

cd ~/Downloads/ImSwitchDockerInstall
chmod +x uninstall_service.sh
./uninstall_service.sh

About

This is the repository to install and launch ImSwitch in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published