queirozf.com

Entries by tag: docker

Including child/synonym tags

Troubleshooting Colima Start Problems  01 Oct 2023    docker colima macos
Troubleshooting problems related to starting colima docker environments on a MacOS box. Read More ›

Using AWS CodePipeline to Automatically Deploy and Build your App Stored on Github as a Docker-based Beanstalk Application  07 Jul 2017    codebuild codepipeline docker beanstalk continuous-integration continuous-deployment
A full guide on how to set up a continuous deployment pipeline using GitHub and AWS CodePipeline, in order to deploy a Docker-based Beanstalk Application. Read More ›

Commonly-used Docker Commands: Reference and Examples  15 Dec 2016    docker
Docker commands you'll find yourself using often. Things like build images, starting containers, accessing containers, etc. Read More ›

Docker examples: Cleaning up unused Resources  24 Aug 2016    docker
Angular 2 App Running on Nginx on Docker: A Simple Example  25 Jul 2016    docker angular 2 nginx
Packaging an Akka-http Application using SBT and Docker: Simple Example  29 Jun 2016    docker akka-http sbt
A simple example displaying common akka-http use cases and a couple of tips and hints to guide you through packaging a full app as a Docker container, so that you can deploy it anywhere you want. Read More ›