Skip to content

Instantly share code, notes, and snippets.

View yangm97's full-sized avatar
🏠
Working from home

Yan Minari yangm97

🏠
Working from home
View GitHub Profile
version: '3.2'
services:
traefik:
image: traefik
command:
- --accesslog=true
# - --logLevel=DEBUG
- --docker
- --docker.swarmmode
@yangm97
yangm97 / terminal.output
Created November 18, 2016 19:12
Cuberite
/tmp # cd cuberite/Server/
/tmp/cuberite/Server # gdb ./Cuberite_debug
GNU gdb (GDB) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-alpine-linux-musl".
Type "show configuration" for configuration details.
@yangm97
yangm97 / terminal.output
Created November 10, 2016 01:44
Cuberite segfault on alpine-linux
Last login: Wed Nov 9 23:24:56 on ttys000
~ ❯❯❯ ssh minesrv@tecnocraft.serverpit.com
Last login: Thu Nov 10 01:25:01 2016 from 187.180.220.237
[minesrv@Minecraft ~]$ cd cuberite-alpine; docker-compose up --build
Building cuberite
Step 1 : FROM alpine:3.4
---> baa5d63471ea
Step 2 : MAINTAINER Yan Minari <yangm97@gmail.com>
---> Running in 9ab76119ae96