https://github.com/andrewn6/bashserverscript
automation script for docker
https://github.com/andrewn6/bashserverscript
Last synced: 9 months ago
JSON representation
automation script for docker
- Host: GitHub
- URL: https://github.com/andrewn6/bashserverscript
- Owner: andrewn6
- Created: 2020-10-05T20:47:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T20:28:39.000Z (over 5 years ago)
- Last Synced: 2025-02-21T09:13:31.217Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bashserverscript
This is a bash script that pulls a github repo and cd's into the directory builds a docker image from it then creates a container out of it by running the image made for these scripts
this only builds the bots image which isnt a multi-container application so there is no docker-compose..
### I use this for easily pulling my github repositorys and then building an image from a dockerfile.. it make it alot easier to create images and pull new changes and tag my new images rather than doing it manually