Skip to content

Instantly share code, notes, and snippets.

@lsdr
Created January 7, 2015 18:26
Show Gist options
  • Save lsdr/3f32d38a01efc7a55398 to your computer and use it in GitHub Desktop.
Save lsdr/3f32d38a01efc7a55398 to your computer and use it in GitHub Desktop.
$ azk start
azk: ↑ starting `postgres` system, 1 new instances...
azk: ✓ checking `wyaeld/postgres:9.3` image...
azk: ⇲ downloading `wyaeld/postgres:9.3` image...
3a831d2c7eb9: Download completeazk: ◴ waiting start `postgres` system, try connect port data/tcp...
azk: ↑ starting `gaveteiro-frontend` system, 2 new instances...
azk: ✓ checking `rails:4.1` image...
azk: ⇲ downloading `rails:4.1` image...
de10a6ea16ef: Pull completeazk: ↻ provisioning `gaveteiro-frontend` system...
azk: ◴ waiting start `gaveteiro-frontend` system, try connect port http/tcp...
azk: Run system `gaveteiro-frontend` return: (0), for command: /bin/bash -c bundle exec rackup config.ru --pid /tmp/rails.pid --port $HTTP_PORT:
azk: [2015-01-07 18:25:20] INFO WEBrick 1.3.1
azk: [2015-01-07 18:25:20] INFO ruby 2.1.5 (2014-11-13) [x86_64-linux]
azk: [2015-01-07 18:25:20] INFO WEBrick::HTTPServer#start: pid=1 port=5000
azk: Due to the above error azk will stop all instances already begun.
azk: System `gaveteiro-frontend` not running
azk: ↓ stopping `postgres` system, 1 instances...
┌───┬────────────────────┬────────────┬────────────────────────────┬─────────────────┬───────────────────┐
│ │ System │ Instancies │ Hostname │ Instances-Ports │ Provisioned │
├───┼────────────────────┼────────────┼────────────────────────────┼─────────────────┼───────────────────┤
│ ↓ │ gaveteiro-frontend │ 0 │ gaveteiro-frontend.azk.dev │ - │ a few seconds ago │
├───┼────────────────────┼────────────┼────────────────────────────┼─────────────────┼───────────────────┤
│ ↓ │ postgres │ 0 │ azk.dev │ - │ - │
└───┴────────────────────┴────────────┴────────────────────────────┴─────────────────┴───────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment