https://github.com/nicholasgriffintn/jenkins-ecs-docker
A repo that hosts a simple local Jenkins instance on Docker, that can be deployed to ECS
https://github.com/nicholasgriffintn/jenkins-ecs-docker
aws docker docker-compose ecs jenkins
Last synced: 3 months ago
JSON representation
A repo that hosts a simple local Jenkins instance on Docker, that can be deployed to ECS
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/jenkins-ecs-docker
- Owner: nicholasgriffintn
- Created: 2022-02-25T19:27:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T20:24:52.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:39:11.427Z (over 1 year ago)
- Topics: aws, docker, docker-compose, ecs, jenkins
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins ECS Docker
This is a repo for running a local Docker instance of Jenkins with Docker Compose. This is mainly for personal testing, but could be deployed to a server. I have added some ECS config as well to deploy it automatically.
## Install and setup
Run the following command to install the required dependencies and setup the project:
`./install.sh`
## Start container
Run this command to start the container:
`docker-compose up -d`
## Stop container
Run this command to stop the container:
`docker-compose down`
## Accessing Jenkins locally
Once you have started the container, you should be able to access the Jenkins instance locally at: `http://localhost:8081/` (it might take a while to start up initially!).