Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Clone the repo
- git clone https://gitlab.com/bmcgonag/docker_installs.git
- , or copy / paste the code from the install_docker_nproxyman.sh file into a file on your server.
- nano docker-install.sh
- to open a text editor in the terminal, then use CTRL + Shift + V to paste into it.
- Save with CTRL + O, then Enter to confirm, and exit the nano editor with CTRL + X.
- Change the permissions of the .sh file to make it executable with.
- chmod +x docker-install.sh
- Run the installer with
- ./docker-install.sh
Advertisement
Add Comment
Please, Sign In to add comment