Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cherkavi/docker-images
example of using docker into real projects
https://github.com/cherkavi/docker-images
docker-image dockerfiles jboss tomcat
Last synced: about 2 months ago
JSON representation
example of using docker into real projects
- Host: GitHub
- URL: https://github.com/cherkavi/docker-images
- Owner: cherkavi
- Created: 2017-10-28T18:33:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T07:39:18.000Z (8 months ago)
- Last Synced: 2024-06-01T01:05:42.870Z (8 months ago)
- Topics: docker-image, dockerfiles, jboss, tomcat
- Language: Dockerfile
- Homepage:
- Size: 294 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker images and docker-compose solutions
set of docker images for general purposesfor using predefined scripts in documentation properties
update your ".bashrc" with next aliases
( or just update destination session )
```sh
export ROOT_DOCKER_IMAGES="/home/projects/docker-images"
```## Similar source of information:
* [docker compose for diff stack](https://github.com/docker/awesome-compose)
* [bitnami collection](https://github.com/bitnami)## [docker hub](https://hub.docker.com/search?q=&type=image)
search in docker hub for a 'ssh'
```sh
SEARCH_CRITERIA=ssh
docker search $SEARCH_CRITERIA
docker search --filter=stars=3 --no-trunc $SEARCH_CRITERIA
docker search --format "{{.Name}}: {{.StarCount}}" $SEARCH_CRITERIA
```