Skip to content

jcderr/soos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOOS

Soos is a framework for working with docker images in a development environment. It serves as an example for how to build your own, rather than a drop-in system. The example is a python-django project. The idea is to provide some project-workflow scripting that abstracts away the myriad flags, args, and concepts of docker itself. Convention is preferred over configuration, but you can customize the scripts to your own needs. Internally at Djed, many of these scripts take a handful of optional arguments.

Requirements

  • VirtualBox
  • Vagrant
  • Docker

How It Works

bin/soos up

Launch a new vagrant box, set up docker, and set docker to listen on tcp:https://0.0.0.0:2375 so our scripts can talk to it.

bin/soos build

Completely rebuild the docker images at the base of our app from scratch, using Dockerfile.

bin/soos shell

Start a shell using the base container.

About

Soos, the Docker Helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages