Docker CE Powered by GlobalSolutions
Docker CE is the open-source container platform that lets you package, ship, and run applications in lightweight, portable 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.
We have ensured the image is hardened to be secured from all existing vulnerabilities.
Why Subscribe to Our Offering in AWS Marketplace
- We update the software constantly to the latest version to address security issues.
- Customers can kick-start their core work right away with our pre-packaged AMIs.
- Production-ready application stacks.
Accessing Your AMI from AWS Marketplace
To get started with your Docker CE stack:
- Subscribe: Purchase the Docker CE AMI from the AWS Marketplace.
- 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 the username Administrator and the decrypted password.
Installation Paths and Versions
The Docker CE stack is installed in standard Windows directories for easy access:
| Category | Packages | Version | Location |
|---|---|---|---|
| Container Runtime | Docker Engine – Community | 29.5.1 | C:\Program Files\Docker |
| CLI | docker | 29.5.1 | C:\Program Files\Docker\cli |
Docker Credentials
Administrator account.
Important: Secure the Docker daemon socket and enable TLS if exposing it externally.
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
- Open PowerShell or Command Prompt as Administrator.
- Verify Docker is running:
docker version - Pull a test image:
docker pull hello-world - Run the test container:
docker run hello-world
- Enable the Docker API over TLS if you need remote access.
- Configure
C:\ProgramData\Docker\daemon.jsonfor custom storage drivers or logging options. - Restart the Docker service via Windows Services to apply changes.
Making Docker Accessible from the Web
- Allocate an Elastic IP in the AWS Console and associate it with your instance.
- Update your domain's DNS A record to point to the Elastic IP.
- Expose the Docker API securely on port
2376with TLS, or use SSH tunneling for remote access.
AWS Cost Optimizer — CloudInsider
Our other popular offering is the AWS Cost Optimizer aka CloudInsider, available in AWS Marketplace. This service has helped our customers save significantly on AWS and other cloud spending. It is easy to subscribe and you can see the savings in minutes.
▶ Watch Demo Video Subscribe on AWS Marketplace
Support
For any questions or assistance with our AWS Marketplace offering, reach out to us at support@theglobalsolutions.net.