https://www.fullstackpython.com/,
http://fullstackpython.atjiang.com/ (中文版)
http://fullstackpython.atjiang.com/blog.html
http://fullstackpython.atjiang.com/ (中文版)
http://fullstackpython.atjiang.com/blog.html
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net v.gd/4A2G5b v.gd/VBg0IE v.gd/kVkm7n v.gd/jCKP1G linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com v.gd/2P9wTx v.gd/FtfpqE v.gd/eMfHsm v.gd/Ub7mqv v.gd/RReVk0 v.gd/vS3uTI v.gd/4Zxmba v.gd/1BnFph
A curated list of Docker resources and projects Inspired by @sindresorhus' awesome and improved by these amazing contributors.It's now a GitHub project because it's considerably easier for other people to edit, fix and expand on Docker using GitHub. Just click README.md to submit a pull request. If this list is not complete, you can contribute to make it so.
Please, help organize these resources so that they are easy to find and understand for new comers. See how to Contribute for tips!
Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud.Source: What is Docker
env
but for docker by @benzaitaDockerfile
clickable and redirect you to the related Docker Hub page.docker run
command and options from running containersdocker volume create
) so that files will always persist and so you can mount to different directories in different containers.buildroot
or Ubuntu's busybox-static
) by @jpetazzo