Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/bashserverscript
automation script for docker
https://github.com/andrewn6/bashserverscript
Last synced: 6 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T20:28:39.000Z (about 4 years ago)
- Last Synced: 2024-12-31T07:44:21.604Z (8 days 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