examples

Minified application examples with different languages and stacks for DockerSlim (by slimtoolkit)

Examples Alternatives

Similar projects and alternatives to examples

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better examples alternative or higher similarity.

examples reviews and mentions

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-24.
  • DockerSlim – Optimize Your Containerized App Dev Experience
    2 projects | news.ycombinator.com | 24 Dec 2021
    What kind of images do you have? App images or base images? What's the stack for your image if it's an app image? Is it a server app or a cli app? Do you mind sharing your failures?

    By the way, have you looked at the examples? https://github.com/docker-slim/examples Wonder which example is close enough to what you have.

    Depending on the command you choose (e.g., "build" or "xray") it's doing different things. With "xray" it's all static analysis where it saves the images and then it analyses it internals. With "build" it performs static and dynamic analysis where it creates a temporary instance of your container. By default, it assumes it's a server app and it'll try to probe your server app when it's running.

  • Right way to deploy Go API in a Docker?
    5 projects | /r/golang | 12 Aug 2021
    You see this a lot because it's easy and convenient. It's not because it's the best/recommended thing to do. You can use multi-stage builds where you copy everything you need from the build stage to the release stage. It works fine as long as you have a simple application and you know exactly what you need from the build stage. It gets tricky with more complex applications. Another option to try is DockerSlim. It allows you to take those less than ideal container images you see a lot and make them as small as possible. Take a look at this Go application example: https://github.com/docker-slim/examples/blob/master/3rdparty/mux-go-api/Dockerfile

Stats

Basic examples repo stats
2
157
6.5
3 months ago

slimtoolkit/examples is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of examples is Shell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com