Found 10 results for "tag:docker"
-
A Docker Tutorial for Beginners
https://docker-curriculum.com/
Learn to build and deploy your distributed applications easily to the cloud with Docker
-
Complete Docker Course - From BEGINNER to PRO! (Learn Containers)
https://www.youtube.com/watch?v=RqTEHSBrYFw
Learn Docker and containers to improve your software systems! đł đŠThis course covers everything from getting started all the way through building a containe...
-
DevOps with Docker | DevOps with Docker
https://devopswithdocker.com/
This course provides an introduction to container technologies, with a particular focus on Docker and container orchestration using Docker Compose. Containers are a lightweight, portable way to package and deploy software applications. Throughout the course, we'll explore the various components of web services, such as reverse proxies and databases, and how they can be deployed using Docker.
-
How I Deploy my apps with one command
https://joshblais.com/posts/how-i-deploy-apps/
Instead of using actions or some other way of CI/CDâing my apps, I simply work with a deploy script that will build a Docker Container, push it to my registry, SSH into the remote, pull the container, make sure it runs, then apply NGINX configurations and SSL certificates so that the app is live on the internet for all to see.
-
Running Python on Docker
https://earthly.dev/blog/python-docker/
-
https://heitorpb.github.io/bla/push-docker-img
https://heitorpb.github.io/bla/push-docker-img
-
https://jsdev.space/docker-commands-cheatsheet
https://jsdev.space/docker-commands-cheatsheet
-
https://martinlabs.me/blog/setup-flask-nextjs-application-with-docker
https://martinlabs.me/blog/setup-flask-nextjs-application-with-docker
-
https://www.r-bloggers.com/2023/06/a-gentle-introduction-to-docker
https://www.r-bloggers.com/2023/06/a-gentle-introduction-to-docker
-
wagoodman/dive: A tool for exploring each layer in a docker image
https://github.com/wagoodman/dive
A tool for exploring each layer in a docker image. Contribute to wagoodman/dive development by creating an account on GitHub.