An open API service indexing awesome lists of open source software.

https://github.com/sypper-pit/nodejs-bash-docker

nodejs autoupdate jenkins service
https://github.com/sypper-pit/nodejs-bash-docker

automation bash-script docker docker-compose git jenkins nodejs

Last synced: 3 months ago
JSON representation

nodejs autoupdate jenkins service

Awesome Lists containing this project

README

          

***Use https://www.aapanel.com/new/download.html***
```
URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh aapanel
```

***Use Docker***
```
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
```

***Use Portainer***

**1)**
```
docker volume create portainer_data
```
**2)**
```
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
```
insert `docker compose` jenkins to stack in portainer.