8000 GitHub - jtrinklein/timesheet-demo-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jtrinklein/timesheet-demo-app

Repository files navigation

Setup

install docker. This is the hard part.

prerequisites

  • Virtualbox - this could probably change
  • helpful script (drop in your bashrc). sets env and echos the ip of the new container
docker-machine-set() {
    local env=$1
    eval $(docker-machine env $env)
    echo $DOCKER_HOST
  • host entry: if $DOCKER_HOST is 192.168.1.24 192.168.1.24 docker-dev

steps

  • brew install docker
  • sudo chown -R [youruser]:staff ~/.docker
  • docker-machine create --driver virtualbox dev
  • eval $(docker-machine env dev)

running

if docker machine is not running: docker-machine up dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0