Listing Thumbnail

    Alpine Linux with Docker

     Info
    Sold by: okindev 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    Cloud ready and Lightweight Alpine Linux distribution with built-in support for Docker.

    Overview

    Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox. This is a cloud ready image with support for Docker based containers. In addition to Docker and Docker Engine this image contains the Amazon ECR credential helper, Docker CLI plugins such as Buildx, Docker Compose and Docker Compose Cloud Integrations.

    Highlights

    • Alpine Linux
    • Docker Buildx, Docker CDI, Docker CLI, Docker Compose and Docker Compose Cloud Integration.
    • Amazon ECR credential helper, ZFS, EFA, NVIDIA GPU

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    OtherLinux 3.19.1

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Alpine Linux with Docker

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (296)

     Info
    • ...
    Dimension
    Cost/hour
    t2.micro
    Recommended
    $0.275
    t3.micro
    $0.275
    c5d.24xlarge
    $0.40
    m5dn.24xlarge
    $0.40
    m5.metal
    $0.325
    t3a.medium
    $0.325
    d3en.4xlarge
    $0.40
    c3.xlarge
    $0.40
    c5.24xlarge
    $0.40
    c5ad.16xlarge
    $0.40

    Vendor refund policy

    No refunds are provided

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes
    • Docker version 25.0.3

    • (new) Docker ZFS 2.2.2 storage driver support.

    • (new) EFA driver 2.8.0 with libfabric 1.20.1 and RDMA 50.0 for low latency HPC applications.

    • (new) Access Nvidia GPUs for Machine Learning and other applications inside containers through the use of CDI.

    • Docker buildx 0.12.1

    • Docker compose 2.24.6

    • Docker compose-ecs

    • Amazon ECR credential helper 0.7.1

    • Login support via EC2 Instance Connect.

    • For the EC2_INSTANCE_CONNECT service, allow SSH port access according to your region; please refer to the AWS docs and the provided link shown here: https://ip-ranges.amazonaws.com/ip-ranges.json .

    • For Nvidia GPU container access, you may need to change the nvidia.yaml template at /etc/cdi/nvidia.yaml to get the correct device paths (current nvidia.yaml settings are for the AWS G4dn instances).

    • Before running any Nvidia GPU enabled containers, make sure to load the Nvidia kernel module(s) using the included Nvidia modprobe utility in /opt/nvidia.

    • See https://aws.okindev.com/pytorch.html  for an example NVIDIA GPU Docker PyTorch demo.

    Additional details

    Usage instructions

    • Launch EC2 instance from the AMIs console in EC2 Dashboard
    • Choose instance type and storage options.
    • Create SSH key to login remotely.
    • Create a security group with port 22 (SSH) enabled.
    • Login remotely to instance with username ec2-user using either SSH or EC2 Instance Connect.

    Resources

    Vendor resources

    Support

    Vendor support

    Limited support is provided for this product at support@okindev.com 

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    2
    4 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    25%
    0%
    0%
    0%
    75%
    4 AWS reviews
    |
    12 external reviews
    Star ratings include only reviews from verified AWS customers. External reviews can also include a star rating, but star ratings from external reviews are not averaged in with the AWS customer star ratings.
    Mahinsha N.

    Best Linux image

    Reviewed on Oct 19, 2023
    Review provided by G2
    What do you like best about the product?
    It is one of the best available Linux base layer images that I have been using for the past few months. It is effortless to configure and build docker images using the same. It is very lightweight and we can configure the same for any container build.
    What do you dislike about the product?
    Nothing specific. I never came across any negatives for the Alpine image.
    What problems is the product solving and how is that benefiting you?
    Alpine Linux image helped me to build docker images and run containerized applications for my clients. It was very easy to configure and run the build.
    Ashutosh T.

    Alpine Linux

    Reviewed on Aug 10, 2022
    Review provided by G2
    What do you like best about the product?
    While using alpine Linux in the dockerfile the image that was built was of very lightweight due to it taking very less storage & it became very easily portable. We were using alpine Linux in almost all. the dockerfiles.
    What do you dislike about the product?
    While using alpine Linux in dockerfile some of the packages were missing while we were working with nodejs application & sometimes we faced issues while using sudo inside the container.
    What problems is the product solving and how is that benefiting you?
    before we used to use the ubuntu in the from of dockerfile , due to which the image size used to be more & then we switched to alpine Linux & image size got reduced to a very greater extent. We started building small size images.
    Gianluigi M.

    Most light but simple Linux distro for container

    Reviewed on Jul 31, 2022
    Review provided by G2
    What do you like best about the product?
    Alpine comes with only essential packages to run the Linux distro. The included package manager, APK, works as the same as APT. All commons packages, libraries and tools for typical containerized software services are available today.
    What do you dislike about the product?
    Sometimes some packages or libraries require some more work to be configured and running correctly. But nowadays it is really simple to find out solutions over Stack Overflow or other sites.
    What problems is the product solving and how is that benefiting you?
    Alpine Linux resolves our problem of having a complete, flexible but first of all secure and light unix distro to deploy our containerized microservices over Kubernetes.
    Samar S.

    Small and powerful Linux distro that does exactly what's required to do.

    Reviewed on Jul 27, 2022
    Review provided by G2
    What do you like best about the product?
    It's lightweight. When dockerizing your applications, the image size can easily go over 1GB with most of the space being used by the base layer, but not with Alpine.
    Alpine is lightweight since it does not come already equipped with a lot of default Linux packages.
    What do you dislike about the product?
    There's not much to dislike about Alpine. If it were possible to have a desktop environment it would a good thing, but this is where Alpine Linux misses.
    Community support is very limited and troubleshooting is a pain sometimes.
    What problems is the product solving and how is that benefiting you?
    I am using Alpine Linux as the base layer for all my Python microservices and data science-related apps and services. It's easy to set up and helps in getting started quickly.
    Ger

    Is this legal?

    Reviewed on Jul 05, 2022
    Review from a verified AWS customer

    The link to the developer site (https://aws.okindev.com/ ) seems broken, and this does not seem affiliated with the official Alpine Linux distribution.
    This AMI uses the official logo though, which is very confusing.
    Apart from this - is there any advantage to use this image instead of the official AMI provided by Alpine Linux?

    View all reviews