Skip to content

Instantly share code, notes, and snippets.

@BeKnowDo
Last active January 22, 2021 20:34

Revisions

  1. BeKnowDo revised this gist Jan 22, 2021. No changes.
  2. BeKnowDo revised this gist Jan 22, 2021. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions docker-config.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,11 @@
    # I'm just starting out with Docker so this is very much an entry-level attempt at setting up a development environment

    ## Stack (and official Docker image links)
    - NGINX
    - PHP
    - NodeJS
    - Redis
    - Maria DB
    - [Alphine](https://hub.docker.com/_/alpine)
    - [NGINX](https://hub.docker.com/_/nginx)
    - [PHP](https://hub.docker.com/_/php)
    - [Composer](https://hub.docker.com/_/composer)
    - [NodeJS](https://hub.docker.com/_/node)
    - [Redis](https://hub.docker.com/_/redis)
    - [Maria DB](https://hub.docker.com/_/mariadb)
    - [PM2](https://hub.docker.com/r/keymetrics/pm2)
  3. BeKnowDo renamed this gist Jan 22, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. BeKnowDo created this gist Jan 22, 2021.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # I'm just starting out with Docker so this is very much an entry-level attempt at setting up a development environment

    ## Stack (and official Docker image links)
    - NGINX
    - PHP
    - NodeJS
    - Redis
    - Maria DB
    - [PM2](https://hub.docker.com/r/keymetrics/pm2)