https://github.com/melthaw/docker-up
Toolkit for docker devops , the image template , backup & restore scripts ...
https://github.com/melthaw/docker-up
alpine backup bash docker export image restore
Last synced: 2 months ago
JSON representation
Toolkit for docker devops , the image template , backup & restore scripts ...
- Host: GitHub
- URL: https://github.com/melthaw/docker-up
- Owner: melthaw
- License: apache-2.0
- Created: 2017-12-06T13:17:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T08:46:33.000Z (about 6 years ago)
- Last Synced: 2025-02-27T19:55:51.264Z (over 1 year ago)
- Topics: alpine, backup, bash, docker, export, image, restore
- Language: Dockerfile
- Homepage:
- Size: 295 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
The toolkits for docker devops.
* Minmized images based on alpine image.
* Scripts to simplify docker backup & restore.
## Minmized images
[mini docker @ docker hub](https://hub.docker.com/u/clouthinkin/)
All based on the mini alpine image and add following supports:
* bash
* curl
* lsof
And the version is
IMAGE NAME | VERSION
---|---
clouthinkin/jdk8 | jdk 8
clouthinkin/jre8 | jre 8
clouthinkin/golang | golang 1.8.4
clouthinkin/node | node 8
clouthinkin/python | python 2.7
clouthinkin/nginx | nginx 1.13.7
clouthinkin/redis | redis 4.0.2
clouthinkin/networking | ubuntu 16.04 + traceroute + bridge-utils + uml-utilities + tcpdump
### nginx + php 5 + mysql client
Please see [Guide](images/nginx-php5-server/README.md)
## Helpful scripts
category | features
---|---
mongodb | export(backup)
. | restore
mysql | export(backup)
. | restore