Kotlin / kotlin-by-example

The sources of Kotlin by Example.
https://play.kotlinlang.org/byExample/overview
MIT License
460 stars 897 forks source link

added a docker/jekyll shutdown script #57

Closed deeper-x closed 5 years ago

deeper-x commented 5 years ago

run shutdown.sh to automate the jekyll & its container shutdown, instead of closing jekyll manually (w/ ^C), and searching for container ID to stop/kill it.

Tested on:

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
$ docker -v
Docker version 18.09.0, build 4d60db4

Cheers

AlexanderPrendota commented 5 years ago

Hello! Sorry, we don't support old sources. We use https://play.kotl.in/examples for examples.

Thanks.