Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bjornicus's full-sized avatar

Bjorn Hansen bjornicus

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bjornicus on github.
  • I am bjornicus (https://keybase.io/bjornicus) on keybase.
  • I have a public key ASBhK6VwLaIc_oZWSFdI2tlXC_z9kOMod9CoBPvo7zIrLQo

To claim this, I am signing this object:

@bjornicus
bjornicus / Dockerfile
Last active February 17, 2019 08:01
Docker Workstation with vs Code
# based on https://github.com/mikadosoftware/workstation
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y openssh-server \
x11-apps
RUN mkdir -p /var/run/sshd
RUN sed -ri 's/UsePAM yes/#UsePAM yes/g' /etc/ssh/sshd_config
const socketIoClient = require('socket.io-client');
const client = socketIoClient(
'https://localhost',
{
query :
{
foo: false
},
autoconnect: false,