Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

panubo/docker-strider-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Strider-CD for Docker w/ Extras

This bakes in docker, fleetctl, etcdctl, vim, rsync, sudo and some Panubo tools.

It also makes .strider ephemeral and links it to /tmp/strider.

This allows you to deploy to your fleet cluster from Strider and do other wonderful things.

Usage Example

A full example that links in the Docker socket, Fleet socket and etcd environment:

docker run --rm --name %n -v /var/run/docker.sock:/var/run/docker.sock -v /var/run/fleet.sock:/var/run/fleet.sock -v /mnt/data00/%n/data:/data -v /mnt/data00/git/:/tmp/strider/git -v /mnt/data00/fleet_units:/data/units --env-file /mnt/data00/%n/environment docker.io/panubo/strider-extra

Building

To update the build flag and build without caching issues:

sed -i -e "s@BUILD=[0-9]*@BUILD=$(date +%Y%m%d00)@g" Dockerfile

Status

Deprecated. We no longer use this.

About

(deprecated) Strider-CD Docker Image w/ Extras

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages