Changes between Version 2 and Version 3 of Csle2022/Agenda/Containers


Ignore:
Timestamp:
Oct 19, 2022, 11:34:17 AM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Containers

    v2 v3  
    66'''Requirements:'''
    77
    8 Participants are requested to have a computer with Windows 8/10/11 (8GB RAM, 25GB free disk space) with Virtualbox (version 6 or higher) hypervisor and Putty installed.[[BR]]
     8Participants are requested to have a computer with Windows 8/10/11 (8GB RAM, 25GB free disk space) with Virtualbox (version 6 or higher) hypervisor and PuTTY installed.[[BR]]
    99
    1010In Virtualbox, 'Extension pack' should be installed.
     
    3333Test internet connectivity.[[BR]]
    3434
    35 Login using Putty.
     35Login using PuTTY.
     36
     37'''Setup LXC'''
     38
     39Initiate LXC.
     40
     41{{{
     42sudo lxd init
     43}}}
     44
     45
     46'''Cloning'''
    3647
    3748== Docker Lab ==
     
    127138Setup a Docker image
    128139
    129 
     140Create a directory and go inside it.
    130141{{{
    131142mkdir <directory name>
    132 }}}
    133 
    134 
    135 {{{
    136 nano Dockerfile
    137 }}}
    138 
    139 
     143cd <directory name>
     144}}}
     145
     146Make '''Dockerfile''' and insert the following content to it.
    140147
    141148{{{
     
    147154
    148155
    149 nano index.php
     156Make ''' index.php''' and insert the following content to it.
    150157
    151158{{{
     
    193200}}}
    194201
    195 
     202Now you can view the uploaded Docker image in your Docker Hub account.