inovve

Docker Stack Install

Jan 21st, 2024
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | Software | 0 0
  1. Clone the repo
  2. git clone https://gitlab.com/bmcgonag/docker_installs.git
  3.  
  4.  
  5. , or copy / paste the code from the install_docker_nproxyman.sh file into a file on your server.
  6. nano docker-install.sh
  7. to open a text editor in the terminal, then use CTRL + Shift + V to paste into it.
  8. Save with CTRL + O, then Enter to confirm, and exit the nano editor with CTRL + X.
  9.  
  10. Change the permissions of the .sh file to make it executable with.
  11.  
  12. chmod +x docker-install.sh
  13.  
  14. Run the installer with
  15.  
  16. ./docker-install.sh
Tags: docker
Advertisement
Add Comment
Please, Sign In to add comment