GitXplorerGitXplorer
l

docker-services

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5cb833a5562c5bc7ccde8bf25afc8a4ea6781d46

push tag up

committed 9 years ago
Unverified
1e1d583ce3e1f6791713921458c66ee14cd13143

comment on how to push to private repo

committed 9 years ago
Unverified
eeb5fd8a00a49de08cf6ff719e77c540f180620d

use CMD instead of ENTRYPOINT

llimianwang committed 9 years ago
Unverified
5027f5abae6d2f5c9b808d689d929be7ef9993cb

code: update maintainer reference

llimianwang committed 10 years ago
Unverified
dcce1fd5c56d4ae50a6ee51980743654ed3abd77

config: dockerize elasticsearch

llimianwang committed 10 years ago
Unverified
1cd1788367e482b7c6b1f55f727acbd0a76f5362

config: initial commit for mongodb and redis

llimianwang committed 10 years ago

README

The README file for this repository.

docker-services

Generic Dockerfile for services I use.

Pushing to private docker registry

docker tag -f {NAME}:{TAG} {REPOSITORY}/{NAME}
docker push {REPOSITORY}/{NAME}:{TAG}