Skip to content

Instantly share code, notes, and snippets.

@ssebi
ssebi / .swift
Last active August 13, 2019 08:12
Cocoapods version issue
/*
*
* If you're having version problems with cocoapods
*
* Run this command to see all your cocoapods installed versions
*
*/
gem list --local | grep cocoapods
@ssebi
ssebi / Vapor-install-readme.md
Last active August 30, 2019 09:32
Vapor Install

Requirements

To use Vapor on macOS, you just need to have Xcode 9.3 or greater installed

Install Homebrew

Install Homebrew if you haven't done that already

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

Install Vapor Toolbox

@ssebi
ssebi / docker-commands.md
Last active September 23, 2019 11:24
Most used docker commands

🐳 Most Used Docker Commands

Image commands

build from local Dockerfile:

docker build -t TAG . 

List:

docker image ls or docker images