picatz / goldengirl

✨ All that shimmers is gold!
MIT License
3 stars 0 forks source link

share docker links to get to know docker #17

Closed picatz closed 6 years ago

picatz commented 6 years ago

Docker Security

https://www.youtube.com/watch?v=A32Yjizt2_s

Security Tips to run Docker in Production

https://www.youtube.com/watch?v=IgQv5chQHyc

Docker Security Deep Dive - Docker Track

https://www.youtube.com/watch?v=tL4IYSKu7ZU

Docker?!?! But I'm a SysAdmin

https://www.youtube.com/watch?v=S3iKweF41Cc

picatz commented 6 years ago

Creating Effective Docker Images

https://www.youtube.com/watch?v=vlS5EiapiII

picatz commented 6 years ago

How To Install and Use Docker on CentOS 7

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7

picatz commented 6 years ago

Get Started, Part 1: Orientation and setup

https://docs.docker.com/get-started/

picatz commented 6 years ago

Run CentOS Docker

docker pull centos
docker run -ti --entrypoint /bin/bash centos

Then you can exit to get out of the docker shell.