Morten Hekkvang
Morten Hekkvang
I try to install Crest on my laptop for local testing. I'm running on an Ubuntu 13.10 machine. I get this error: ``` # sudo npm install crest -g ............
## ISSUE versions: - v1.9.3 - v1.9.2 - v1.9.1 platform: - [ ] windows - [x] mac - [ ] Linux package type: platform default OS version: macOS Big Sur...
Formats: * json * json_lines * json_stream * gelf * msgpack Documentation suggested in #300
I might have to remove the dynmap from this project
Right now when the docker images are built and pushed to Docker Hub, the description etc (read metadata) about the docker image is not updated. This needs to be done...
I have tested McMyAdmin for a while. While being a nice tool for controlling the minecraft process etc, it is very buggy and forces me to restart my container once...
Right now the structure of the project in this repository is not really optimal. It is confusing and not very easily readable. I will also consider building using some other...
In molecule.yml, it seems the box_url is configures wrongly. See: https://github.com/sebiwi/kubernetes-coreos/blob/a9ccc4c22e913a555f295e23a621475ffca1a7bf/molecule.yml#L13 Locally, for me, this does not work. And according to the [molecule documentation](https://molecule.readthedocs.io/en/latest/configuration.html#vagrant), it should be just `box_url` without...
It would be a preferred way to handle options for a log driver with --log-opt, since this is how every native (to docker) Log driver is designed. From your examples...