Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install sinusbot docker

##SinusBot
sudo mkdir -p /home/SinusBot/data /home/SinusBot/scripts /home/SinusBot/config && 
sudo chown 3000:3000 -R /home/SinusBot/data /home/SinusBot/scripts /home/SinusBot/config && 
docker run 
    --name sinusbot 
    -d 
	-p 7362:8087 
    -v /home/SinusBot/data:/sinusbot/data 
    -v /home/SinusBot/scripts:/sinusbot/scripts 
    -v /home/SinusBot/config:/sinusbot/config 
    quay.io/galexrt/sinusbot:latest && 
docker logs sinusbot
Comment

PREVIOUS NEXT
Code Example
Shell :: Failed to save two-factor authentication : The Perl module Authen::OATH needed for two-factor authentication is not installed. Use the Perl Modules page in Webmin to install it. 
Shell :: linux for loop 1 to 100 odd 
Shell :: can you upgrade processort without reinstalling proxmox 
Shell :: adding linux subinterface to windows terminal 
Shell :: bash read length of fasta file seqeunces 
Shell :: git 2 
Shell :: how to remove all images in folder mac terminal 
Shell :: update component tns-android 
Shell :: git branch specific files 
Shell :: pip prohibit install without venv 
Shell :: ifconfig wlan0 hw ether not working 
Shell :: what to never time in powershell 
Shell :: Git blame get users most edited file 
Shell :: ubunto END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE 
Shell :: hack+0000000000000000000000000000000000000000+sha1+master+git 
Shell :: File "/tmp/pip-install-6MDHCx/sentence-transformers/setup.py", line 3, in 
Shell :: busca de ficheiro em linux sem access denied e com data 
Shell :: uaing awk to print columns from multiple files 
Shell :: install godaddy ssl certificate on aws ec2 instance 
Shell :: ubuntu auditd rule for PID process 
Shell :: linux top change delay 
Shell :: connect to open vpn with conf file linux 
Shell :: example of renaming multiple files on linux 
Shell :: copy from local to remote machine (fast) 
Shell :: fibre device linux 
Shell :: docker Unable to setup unix socket lock file 
Shell :: outil de programmation socket sur ubuntu 
Shell :: what is %prec in yacc 
Shell :: letsencrypt windows tomcat 
Shell :: how to uninstall htcondor 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =