The GlobalSolutions

Docker CE Powered by GlobalSolutions

Docker CE is the open-source container platform that lets you package, ship, and run applications in lightweight containers. At GlobalSolutions we have hardened the Docker Community Edition image, pre-configured it for production use, and made it instantly deployable on AWS EC2.

Accessing Your AMI from AWS Marketplace

To get started with your Docker CE stack:

  1. Subscribe: Purchase the Docker CE AMI directly from the AWS Marketplace.
  2. Connect via RDP:
    • In the AWS Console, select your launched instance and click Connect.
    • Choose RDP Client, upload your .pem key file, and decrypt the password using your private key.
    • Download the .rdp file and connect using username Administrator and the decrypted password.

Installation Paths and Versions

The Docker CE stack is installed in standard Windows directories for easy access:

CategoryPackagesVersionLocation
Container RuntimeDocker Engine – Community27.3.1C:\Program Files\Docker
CLIdocker27.3.1C:\Program Files\Docker\cli

Docker Credentials

No default credentials are required for Docker CE. The service runs under the local Administrator account.

Important: Secure the Docker daemon socket and enable TLS if exposing it externally.

Finding Your Instance ID

To locate your AWS Instance ID:

Getting Started with Docker CE

The Docker daemon starts automatically on boot. Use the CLI to pull images, run containers, and manage your environment.

Basic Docker Commands

First-Time Setup:
  1. Enable the Docker API over TLS if you need remote access.
  2. Configure C:\ProgramData\Docker\daemon.json for storage drivers or logging.
  3. Restart the Docker service via Windows Services.

Making Docker Accessible from the Web

  1. Allocate an Elastic IP in the AWS Console and associate it with your instance.
  2. Update your domain’s DNS A record to point to the Elastic IP.
  3. Expose the Docker API securely (port 2376 with TLS) or use SSH tunneling.
Security Tip: Restrict security groups to allow inbound traffic only on port 2376 (Docker TLS) from trusted IPs.

Support

For any questions or assistance with our AWS Marketplace offering, reach out to us at support@theglobalsolutions.net.