Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviweb/docker-images
a bunch of docker files
https://github.com/eviweb/docker-images
Last synced: about 1 month ago
JSON representation
a bunch of docker files
- Host: GitHub
- URL: https://github.com/eviweb/docker-images
- Owner: eviweb
- License: mit
- Created: 2015-09-04T13:14:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T14:41:38.000Z (over 9 years ago)
- Last Synced: 2023-03-25T11:44:17.059Z (over 1 year ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Images
=============
a bunch of docker files.### Build images
1. clone this repo `git clone https://github.com/eviweb/docker-images.git`
2. run docker build command `docker build -f docker-images/src/[ID]/Dockerfile -t [TAG] .`
where:
- __ID__ is the identifier of the image to build [see Provides section](#provided-docker-files)
- __TAG__ is the reference tag of the built image### Use from Docker Hub
The docker images are publicly available from my [Docker Hub account](https://hub.docker.com/u/eviweb/), and are ready to use.
Simply run the docker pull command `docker pull eviweb/[ID]`, where:
- __ID__ is the identifier of the image to build [see Provides section](#provided-docker-files)### Provided Docker Files
#### php53-cli
- Ubuntu Precise Minimal
- php cli 5.3
#### php54-cli
- Ubuntu Precise Minimal
- php cli 5.4 from [Ondrej Sury's PPA for PHP 5.4](https://launchpad.net/~ondrej/+archive/ubuntu/php5-oldstable)#### php55-cli
- Ubuntu Trusty Minimal
- php cli 5.5 from [Ondrej Sury's PPA for PHP 5.5](https://launchpad.net/~ondrej/+archive/ubuntu/php5)#### php56-cli
- Ubuntu Trusty Minimal
- php cli 5.6 from [Ondrej Sury's PPA for PHP 5.6](https://launchpad.net/~ondrej/+archive/ubuntu/php5-5.6)#### php70-cli
- Ubuntu Trusty Minimal
- php cli 7.0 from [Ondrej Sury's PPA for PHP 7.0](https://launchpad.net/~ondrej/+archive/ubuntu/php-7.0)### License
This project is licensed under the following terms: [LICENSE](/LICENSE)