3 Amazing New Docker Features Explained | Build Cloud, Scout, Init

  Рет қаралды 10,446

Travis Media

Travis Media

Күн бұрын

Пікірлер: 7
@AqibMughal-xg4jx
@AqibMughal-xg4jx 6 ай бұрын
Hats off to your Work Sir. You're doing such a great job
@shaunrosario112
@shaunrosario112 9 ай бұрын
Hey Travis,sorry I know this might not be video topic related but if I am planning to start of with Kubernetes after having watched your videos for the prerequisites// Can I start with the Certified Kubernetes Administrator (CKA) with Practice Tests in Udemy or do I HAVE to start with the beginners course before that? Great video btw!!
@zxyi9090
@zxyi9090 9 ай бұрын
Yes, very useful and thanks for highlighting
@abdirahmanabdullahi5471
@abdirahmanabdullahi5471 9 ай бұрын
Is there a way to create docker image for existing postgres database with its data? I have spring boot application that works with postgres. I want to create an image using with using docker compose file.
@FranckJacottin
@FranckJacottin 8 ай бұрын
1 - SQL Dump pg_dump -U your_username -h localhost -p 5432 your_database_name > your_database_dump_file 2 - Create a Dockerfile from your DB FROM postgres:latest ENV POSTGRES_USER your_username ENV POSTGRES_PASSWORD your_password ENV POSTGRES_DB your_database_name COPY ./your_database_dump_file /docker-entrypoint-initdb.d/ 3 - create a compose file version: '3' services: postgres: build: context: . dockerfile: Dockerfile ports: - "5432:5432" environment: POSTGRES_USER: your_username POSTGRES_PASSWORD: your_password POSTGRES_DB: your_database_name spring-boot-app: image: your_spring_boot_app_image ports: - "8080:8080" depends_on: - postgres 4 - run docker-compose up --build
@abdirahmanabdullahi5471
@abdirahmanabdullahi5471 8 ай бұрын
@@FranckJacottin Thanks. It finally worked after struggle.
@andr101
@andr101 6 ай бұрын
Thanks for the clear information
Automate BIG Savings For Your Kubernetes Cluster (with this tool)
14:59
Docker For Beginners: From Docker Desktop to Deployment
59:30
Travis Media
Рет қаралды 738 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
This Trick Makes Your App 10x Faster
7:56
Learn Valkey with Mateush
Рет қаралды 308
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 320 М.
I’ve Changed My Thinking On Self-Taught Development (...a bit)
7:19
You (developer) are BIGGER than your Tech Job!
12:45
Travis Media
Рет қаралды 54 М.
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 435 М.
5 Books Every New Software Engineer Should Read to Succeed
11:48
Diego Sarkissian
Рет қаралды 2 М.
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 465 М.
If you're not developing with this, you're wasting your time
14:30
Articulated Robotics
Рет қаралды 312 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 334 М.