Skip to content

bakai-dev/Jenkins

Repository files navigation

Jenkins Container Uses Docker on a M1 Mac

Jenkins Container That Uses Docker on a M1 Mac

Start docker

Using makefile

make init

Jenkins local url

http://localhost:8000

Get initial password

make show-initial-password

Install docker in server

with ansible in provisioning folder cd provisioning setup ssh host hosts.yml.dist > hosts.yml Install docker | certbot in server

make server

Setup ssh key

make authorize

Deploy

change 152.67.79.19 > your server address

HOST=152.67.79.19 PORT=22 make deploy

Remove docker images

ssh deploy@152.67.70.96 -t "docker system prune -af"

Docker Jenkins Bcode URL

https://Jenkins.bcode.kg

About

Jenkins Container Uses Docker on a M1 Mac

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published