Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 753 Bytes

File metadata and controls

28 lines (24 loc) · 753 Bytes

42-Inception

multi container application with Docker

Connecting 3 self-written contianers incl network and volume:

  • Mariadb
  • NGINX
  • Wordpress

Features

  • Docker
  • Docker-compose
  • sh scripts
  • system administration
  • vm

Getting started

  • sudo apt-get update
  • sudo apt-get install ca-certificates curl
  • sudo install -m 0755 -d /etc/apt/keyrings
  • sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
  • sudo chmod a+r /etc/apt/keyrings/docker.asc
  • sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

Installation