00:00:00 channel introduction 00:00:17 - Session Overview 00:03:20 Docker deployment in windows virtual machine - vmware workstation 00:13:17 Docker deployment in Ubuntu 00:22:06 Post deployment actions in Ubuntu 00:23:46 Creating first Docker container 00:27:33 Post deployment tasks in Windows 00:28:42 Deploying docker in Mac 00:31:20 Q&A and reply to comments
@NehraClassesАй бұрын
Thanks
@ER._AMITАй бұрын
Great. Session.always
@sunflower-tu6tkАй бұрын
Docker's lectures are not available on the Nehra Classes web portal. Please make them available.
@NehraClasses29 күн бұрын
currently course is under development and is not completed yet. You can join the free live sessions on KZbin.
@muhammadshahzad6151Ай бұрын
Great Session Sir g............. We have the option to install Docker on a Red Hat machine. Why did you choose to use an Ubuntu machine instead of RHEL?
@NehraClassesАй бұрын
in the next session we will cover the docker installation on RHEL and MACOS
@AiOps-j8zАй бұрын
Aap ki docker series follow ker rahay toa slides kahan milain gi?
@NehraClassesАй бұрын
group se
@AiOps-j8zАй бұрын
@@NehraClasses GROUP LINK PLEASE
@NehraClassesАй бұрын
Search Nehra Classes in telegram
@SandyLearnerАй бұрын
Hello Sir !! Thanks for this enlightening and grateful session I forget to ask in session. There is also curl-based docker-script , mentioned in Docker website Is it also preferable way of Installation in Production Env ?? Thanks !!
@NehraClassesАй бұрын
that is not the script, actually by running that command we made an entry in the file for enabling docker repository.
@aarifhussain6688Ай бұрын
Pls Make a Session on the basis of Os Clone without VMware and how can restore It to other
@muhammadshahzad6151Ай бұрын
Could you please conduct a session on how to install Docker on an RHEL machine? I would greatly appreciate it. Thank you in advance
@NehraClassesАй бұрын
Great suggestion!
@sameeppoudel5305Ай бұрын
Sir how many session we are going to have ?
@Asmamahdi-f8x10 күн бұрын
what level membership do i have to join to access docker series ?
@NehraClasses9 күн бұрын
Currently available at standard level
@aarifhussain6688Ай бұрын
Hello sir please guide me i have working IT professional experience and working Production environment So may I know that how can clone my Os entire Os is installed barmetal I have no VMware Alma Linux 8.5Install on my machine So how can I Clone os without VMware Is it possible to clone os on Production server or not posible ?
@NehraClassesАй бұрын
Cloning an entire operating system on a bare-metal production server is a critical task and must be handled carefully to avoid downtime or accidental data loss. It is possible to clone the OS without VMware, and there are several approaches you can use depending on your requirements and environment. Here's a guide: 1. Using dd Command The dd command can create a bit-by-bit copy of the disk. Steps: Boot into a live environment (USB or CD with Linux OS like AlmaLinux or CentOS). Identify the source disk and target disk using lsblk or fdisk -l. Example: /dev/sda (source), /dev/sdb (target). Clone the disk: dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync status=progress Verify the clone by mounting the target disk and ensuring data integrity. 2. Using Clonezilla Clonezilla is an open-source tool for disk imaging and cloning. Steps: Download the Clonezilla ISO and create a bootable USB. Boot your server into Clonezilla. Choose "Device-to-Device" cloning for a direct disk copy. Follow the on-screen instructions to clone your OS disk. 3. Using rsync If your goal is to replicate the file system without cloning the disk structure, rsync can be used. Steps: Boot into a live environment or use a backup server. Use the following command to copy all files: rsync -aAXv /* /path/to/backup --exclude={/dev,/proc,/sys,/tmp,/run,/mnt,/media,/lost+found} Reinstall the bootloader on the target disk: grub2-install /dev/sdb grub2-mkconfig -o /boot/grub2/grub.cfg 4. Using Logical Volume Snapshots If you are using LVM, you can create a snapshot and back it up. Steps: Create a snapshot of the logical volume: lvcreate --size 10G --snapshot --name root_snap /dev/VolGroup/root Mount the snapshot and back it up using tar or rsync. 5. Using fsarchiver fsarchiver is another tool to create a filesystem-level backup. Steps: Install fsarchiver on your live environment. Save the filesystem: fsarchiver savefs /path/to/backup/root.fsa /dev/sda1 Restore it on the target disk: fsarchiver restfs /path/to/backup/root.fsa id=0,dest=/dev/sdb1 Considerations for Production Servers Downtime: Cloning an active server may require downtime. Data Consistency: Use tools like LVM snapshots or create backups during low-usage hours. Storage Size: Ensure the target disk has equal or larger storage capacity. Testing: Clone and test the backup on a non-production server before applying it to production. Best Approach for Production Minimize Risk: Use a reliable cloning tool like Clonezilla or dd. Test the Clone: Restore and test the cloned OS on a different server or environment. Document the Process: Keep a detailed log of the commands and steps performed. Let me know if you need step-by-step guidance on any specific tool!
@syedfarooq3208Ай бұрын
Hi, Sir Please video ko 2 din tak aap free rakh do us k baad paid kar do
@NehraClassesАй бұрын
usse koi fayda nahi hai, log na to time se session join karenge aur na channel ko support karenge. Balki video aur download karke save kar lenge.