Skip to content

This project aims to broaden your knowledge of system administration by using 🐋 Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.

Notifications You must be signed in to change notification settings

aposipov/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

inception

☑️ Курс Stepik

docker 🐋

docker-compose

PID 1

NGinx

SSL

MariaDB

php-fpm

WordPress

ftp

video

Команда SED в Linux/Unix с примерами
sed, a stream editor

commands

docker run -it -v "$(pwd)":/tmp_test <image_name> /bin/bash

sudo apt update && apt upgrade -y && apt install -y vim make git
sudo apt install -y docker docker-compose && sudo usermod -aG docker $USER 

docker install

mkdir -p /home/${USER}/data/db
mkdir -p /home/${USER}/data/wp

transfer files ssh

scp ~/test.txt user@host:documents
scp  -P 4242 -r ./dir_name lchristi@localhost:/home/lchristi/
tar czf - /home/user/file | ssh user@host tar -xvzf -C /home/remoteuser/

Debian apt install --no-install-recommends nocache && rm -rf /var/lib/apt/lists/*
In addition, when you clean up the apt cache by removing /var/lib/apt/lists it reduces the image size, since the apt cache is not stored in a layer. Since the RUN statement starts with apt-get update, the package cache is always refreshed prior to apt-get install.

github

https://github.com/codesshaman/inception
https://github.com/luta-wolf/inception
https://github.com/rbiodies/Inception

About

This project aims to broaden your knowledge of system administration by using 🐋 Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.

Topics

Resources

Stars

Watchers

Forks