- The Industry-Leading Container Runtime
- How and why to use Docker (Rus)
- Docker Getting Started Tutorial
- Docker Training Course for the Absolute Beginner
- [portainer.io(https://www.portainer.io/)
- Portainer Community Edition
- info:
docker info
- release notes:
docker version
- verify successful installation:
docker info
- check the ability to run images:
docker run hello-world