Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created June 3, 2021 16:51
Show Gist options
  • Save LinuxlinkedBD/7be93694214c51775fde681840d875cd to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/7be93694214c51775fde681840d875cd to your computer and use it in GitHub Desktop.
How to install Strider-CD (Continuous Delivery)
If you need complete Strider setup, ping me on below contacts:
Telegram: linuxlinked
email: linuxlinked@gmail.com
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Si6gPRKsrZA
########################################################################################################################################
#!/bin/bash
sudo apt-get update
sudo apt update
sudo apt-get install software-properties-common
sudo apt update
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -y install git
systemctl start docker
systemctl enable docker
systemctl status docker
docker run -d --name strider -p 3000:3000
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-05-26 03-10-18
Screenshot from 2021-05-27 01-30-24
Screenshot from 2021-05-27 02-17-59
Screenshot from 2021-05-27 04-18-18
Screenshot from 2021-05-27 04-18-38
Screenshot from 2021-05-27 04-18-55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment