CodeandoMexico / infobazooka

Now you are playing with superpowers :zap:
MIT License
4 stars 1 forks source link

Docker containers for fun and profit #16

Open defvol opened 9 years ago

defvol commented 9 years ago

WORK IN PROGRESS

                        ##         .
                  ## ## ##        ==
               ## ## ## ## ##    ===
           /"""""""""""""""""\___/ ===
      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
           \______ o           __/
             \    \         __/
              \____\_______/

How to build and run

% docker-compose up

Fixes #11

defvol commented 9 years ago

En docker-machine OSX tengo el siguiente issue en el pull de la imagen de ubuntu: https://github.com/docker/docker/issues/15603

defvol commented 9 years ago

Me falta git

/bin/sh: 1: git: not found
ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y     build-essential     libpq-dev   && git clone https://github.com/sstephenson/rbenv.git ~/.rbenv   && git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build   && git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash   && apt-get clean   && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 127
defvol commented 9 years ago

El error actual es en rbenv:

Step 5 : RUN rbenv install $RUBY_VERSION -k &&   rbenv global $RUBY_VERSION
 ---> Running in 1ed252fa96bd
/bin/sh: 1: rbenv: not found