Skip to content

Instantly share code, notes, and snippets.

@francescomucio
francescomucio / docker_wsl.md
Last active October 1, 2019 16:03
Docker on Windows Linux Subsystem (Ubuntu)

Docker on Windows Subsystem for Linux (Ubuntu)

This is just because I like the latest things

sudo apt-get update && sudo apt-get upgrade 

Remove any older installation

sudo apt-get remove docker docker-engine docker.io containerd runc  
@francescomucio
francescomucio / Jira.groovy
Last active February 28, 2020 16:37
A simple script to export data to Jira tabular format from Datagrip
/*
* Available context bindings:
* COLUMNS List<DataColumn>
* ROWS Iterable<DataRow>
* OUT { append() }
* FORMATTER { format(row, col); formatValue(Object, col) }
* TRANSPOSED Boolean
* plus ALL_COLUMNS, TABLE, DIALECT
*
* where: