- 1. Learning Linux in a Docker container
- 1.1. What is Docker
- 1.2. What is Linux
- 1.3. Linux distributions
- 1.4. Install Docker
- 1.5. Docker on Windows
- 1.6. Docker on Linux and macOS
- 1.7. Docker version
- 1.8. Docker Run Ubuntu
- 1.9. Create a footprint on the machine
- 1.10. Docker restart container
- 1.11. Docker list running containers
- 1.12. Docker list all containers
- 1.13. Docker list images
- 1.14. Docker remove images
- 1.15. Docker remove container
- 1.16. Exercise 1
- 1.17. root
- 1.18. Linux Users
- 1.19. Linux File system - directories
- 1.20. Linux File system - files
- 1.21. Ubuntu Installing packages
- 1.22. Bashrc
- 1.23. Exercise 2
- 1.24. which type
- 1.25. grep
- 1.26. find files
- 1.27. Pipelines
- 1.28. Create file with bash for loop
- 1.29. du df
- 1.30. History
- 1.31. wc - word count
- 1.32. clear screen
- 1.33. printenv
- 1.34. man (manual)
- 1.35. Docker with CentOS