Free Docker Fundamentals Course - [DEMO] Working with existing docker images

Поделиться
HTML-код
  • Опубликовано: 28 июн 2024
  • In this demo lesson you will interact with an existing docker image, run a container from that image and interact with that container.
    ▶ Course Playlist : • Free Docker Fundamenta...
    Lesson commands : github.com/acantril/docker-fu...
    ▶Github Repo for the course : github.com/acantril/docker-fu... (lesson files & high res visuals etc)
    ▶ Check out my full range of content at learn.cantrill.io
    ▶ Join the best online technical study community techstudyslack.com
    FOLLOW ME 😺
    ▶ Twitter: / adriancantrill
    ▶ RUclips: / learncantrill
    OTHER VIDEOS AND PLAYLISTS 🎞
    ▶ Network Fundamentals • Networking Fundamentals
    ▶ Technical Fundamentals • Technical Fundamentals
    ▶ AWS Fundamentals • AWS Fundamentals
    ▶ Course Intros • learn.cantrill.io - Co...
    ▶ Exam Question Practice • AWS Exam Question Walk...
    ▶ MINI PROJECT - Hybrid DNS • Mini Project - Hybrid ...
    ▶ MINI PROJECT - Advanced VPN • Mini-project - Advance...
    ▶ MINI PROJECT - Pet Cuddle O Tron • Mini-project - Pet-Cud...
    ▶ MINI PROJECT - Web Identity Federation • Mini-project - Simple ...
    ▶ MINI PROJECT - Architecture Evolution • Mini-project - Applica...
    ▶ MINI PROJECT - Cat Pipeline • Mini Project - CatPipe...
    ▶ Best Videos • Best Videos
    All rights reserved © 2022 Adrian Cantrill
  • НаукаНаука

Комментарии • 11

  • @KM-sv4dh
    @KM-sv4dh 6 месяцев назад

    Thank you for your efforts

  • @ChannelDefault
    @ChannelDefault Год назад +3

    Your RUclips channel is so underrated. I hope to see Azure courses from you (similar to the AWS ones)

    • @LearnCantrill
      @LearnCantrill  Год назад +1

      You should checkout learn.cloudlee.io for azure courses, similar style :)

  • @michaelh9875
    @michaelh9875 Год назад +1

    im buying every course you will ever create

  • @AnshuBhatiabeckymoe
    @AnshuBhatiabeckymoe 9 месяцев назад

    I am also getting the same error. "OCI runtime exec failed: exec failed: unable to start container process: exec: "ps": executable file not found in $PATH: unknown"

  • @feiloose
    @feiloose 10 месяцев назад +2

    it seems like the "ps" command is no longer part of the image:
    C:\>docker exec -it 815d7894e551 ps -aux
    OCI runtime exec failed: exec failed: unable to start container process: exec: "ps": executable file not found in $PATH: unknown

    • @LearnCantrill
      @LearnCantrill  10 месяцев назад

      thanks, we're looking to fix this .. you can move on in the course without this being an issue.

    • @SriPemmaraju
      @SriPemmaraju 9 месяцев назад

      It just means that command/binary `ls` is not available. You can run any other command like "df" to make sure a common is executed inside the docker container.

    • @betterturns2120
      @betterturns2120 8 месяцев назад

      Running in Ubuntu, no lock trying to use apt-get

    • @elyacoubiahmed6544
      @elyacoubiahmed6544 4 месяца назад

      @@betterturns2120the image is based on CentOS so you need to use yum