Joined March 2014
·
Achievements
39 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Just a reminder - this command cannot be used via ssh like this:
ssh server@127.0.0.1 "docker stop $(docker ps -a)"
Because
$(docker ps -a)
will be executed on your local machine, not on server.