Releases: bibendi/dip
Releases · bibendi/dip
2.0.0
Changelog:
- Run dnsdock on a random port by default.
- Added DIP_DNS environment variable which contains ip of running dnsdock.
- Added new command
dip dns ip
. - Removed
--ip
option from dns and nginx in favor of--publish
. - Added
--net
option fordns up
command. - Added
--domain
option for nginx which isdocker
by default. All*.docker
requests will be proxied through nginx. - Updated README with instructions for dns.
curl -L https://github.com/bibendi/dip/releases/download/2.0.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
1.1.0
1.0.2
1.0.1
1.0.0
Changelog:
- Add options for dns: name, domain, image
- Change default network name for nginx to frontend
- Add compose_method to config. Add
command
to command with subcomands …
Now you can write like this:
rails:
service: app
command: bundle exec rails
subcommands:
s:
service: web
compose_method: up
curl -L https://github.com/bibendi/dip/releases/download/1.0.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
0.11.1
0.11.0
Changelog:
- Run ssh agent with autoremove
- Add nginx proxy command
curl -L https://github.com/bibendi/dip/releases/download/0.11.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
UBUNTU USERS NEED HELP
./script/build_linux
+ docker run --rm -v /Users/merkushin/code/dip:/app -w /app crystallang/crystal crystal build --release src/app.cr -o dip-Linux-x86_64
Unable to find image 'crystallang/crystal:latest' locally
latest: Pulling from crystallang/crystal
crystal: /var/cache/omnibus/src/llvm/llvm-3.8.1.src/lib/CodeGen/LexicalScopes.cpp:160: llvm::LexicalScope* llvm::LexicalScopes::getOrCreateRegularScope(const llvm::DILocalScope*): Assertion `cast<DISubprogram>(Scope)->describes(MF->getFunction())' failed.
/usr/bin/crystal: line 102: 28 Aborted "$INSTALL_DIR/embedded/bin/crystal" "$@"