Regarding Python, I have extensive experience with MicroPython, Django, Matplotlib, Pandas, and so on. However, in the last few years, I have focused on Ruby on Rails and Ruby and miss using Jupyter. That said, with Ruby, you have tools like IRB, Rails console, Pry, RSpec, and all these amazing tools, so you don’t necessarily … Continue reading Are you programming, or are you still playing like you did at the beginning?
Category: docker
Badge Service: (#Docker)
Hoy me llegó un mail con el servicio de "MicroBadger" Lee mi Dockerfile y genera este cosito: que esta bastante bueno. Tambien hace una analisis de mi imagen y vuelca la información de una manera que parece bastante bonita. Me parecio bastante simpatico y buena onda que me mandaran un mail a mi cuenta con este … Continue reading Badge Service: (#Docker)
Compartiendo mi Docker ggerman/games
#docker @docker Este container contiene algunos de los juevos viejos que a mi me apasionaban de chico. Para empaquetarlo utilize este tutorial: http://www.jamescoyle.net/how-to/1512-export-and-import-a-docker-image-between-nodes Para ser mas especifico esta linea: docker save ggerman/games > docker-games.tar Github ayuda: https://github.com/ggerman/docker-games https://github.com/ggerman/docker-games.git # bzip2 -d docker-games.tar.bz2 Para recuperarlo luego de bajarlo es con esta linea: (previa instalación de http://docs.docker.com/mac/started/ ) docker load … Continue reading Compartiendo mi Docker ggerman/games

