Ky-Anh Huynh

Results 34 issues of Ky-Anh Huynh

The diagnostic tool is unable to send query to OpenDNS server for some reason ``` # It works with 8.8.8.8 (Google) $ ./dnspq -s 8.8.8.8 google.com 125.234.54.183 (TTL: 0s, responder...

That supports capitalized commands, like `FROM`, `VOLUME`,... (as same as the original `Dockerfile` syntax.)

enhancement

``` Dockerfile -> Bockerfile -> Dockerfile ``` It's fun now...

enhancement

Users may invoke some commands that don't exist at run-time. Should add a simple check if an `ed_foo` function doest exist...

enhancement

Printer some useful staticstics (number of layers, number of RUN, ports,...) to `STDERR`.

enhancement

If a `Dockerfile` is provided to someone, they should be able to check if `base64` strings aren't altered.

enhancement

**Is your feature request related to a problem? Please describe.** We want to use sso for our internal accesses, and also provide access to customer using basic authentication. It's great...