Build YOUR OWN Container Image, Dockerfile

  Рет қаралды 22,197

Novaspirit Tech

2 жыл бұрын

How to write your own Dockerfile to create your container image from scratch! thanks for the view!
○○○ LINKS ○○○
kzbin.info/aero/PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc
○○○ TIMECODE ○○○
0:00 intro
1:03 ssh
2:08 writing Dockerfile
4:58 running container
5:47 changing Dcokerfile
7:32 Running new container file
8:05 More Commands
9:54 research other containers
11:40 Conclusion
○○○ SHOP ○○○
Novaspirit Shop ► teespring.com/stores/novaspirit-tech
Amazon Store ► amzn.to/2AYs3dI
○○○ SUPPORT ○○○
💗 Patreon ► goo.gl/xpgbzB
○○○ SOCIAL ○○○
🎮 Twitch ► twitch.tv/novaspirit
🎮 Pandemic Playground ► kzbin.info/door/uplGze2Zq63gu2Axd2_eKA
▶️ novaspirit tv ► goo.gl/uokXYr
🎮 Novaspirit Gaming ► kzbin.info/door/KPqnB9itH7to4923ZVo-2Q
🐤 Twitter ► novaspirittech
👾 Discord chat ► discord.gg/v8dAnFV
FB Group Novaspirit ► groups/novasspirittech
○○○ Send Me Stuff ○○○
Don Hui
PO BOX 765
Farmingville, NY 11738
○○○ Music ○○○
From Epidemic Sounds
patreon @ patreon.com/novaspirittech
Tweet me: @ novaspirittech
facebook: @ novaspirittech
Instagram @ novaspirittech
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.

Пікірлер: 28
@kyedav
@kyedav 2 жыл бұрын
Having used docker for many years now and creating many of my own docker images, its nice to see beginner videos that puts it in such an easy perspective. It was nicely explained and made it seem like a breeze for the newcomers. It's not as daunting as people may originally think. Well done buddy, good video.
@zameerpashablr
@zameerpashablr 2 жыл бұрын
Thank you, beginners need to learn a lot and you explain in a very clean way. Thanks once again. God Bless you
@Rottstein
@Rottstein Жыл бұрын
Thanks so much for this. Very informative! Most of these type videos just show how to make a basic nginx install and that is already setup. You have the details on how to run what you want in the container.
@MRPtech
@MRPtech 2 жыл бұрын
I always wanted to try to build dockerfile but had this vision that it is super pain to do. after watching this ... i am ready to attack Dockerfile again :)
@AndrewSpec
@AndrewSpec 2 жыл бұрын
yup, I have the same thoughts
@davidsomething4867
@davidsomething4867 Жыл бұрын
Awesome video, I tried creating my own container before but it failed, I think it was jus basic syntax but with this video I managed to build my own custom container for running network diagnostics 🙂
@kolt9307
@kolt9307 2 жыл бұрын
Just a heads up. MAINTAINER isnt used anymore it got replaced with using a label: LABEL maintainer="name"
@knomad666
@knomad666 Жыл бұрын
Solid job on explaining Dockerfiles...
@jeytis72
@jeytis72 2 жыл бұрын
Which linux desktop are you using? It looks so neat. Thanks
@MichaelKadzioch
@MichaelKadzioch 8 ай бұрын
Great Video for beginners!
@REgamesplayer
@REgamesplayer Жыл бұрын
I wish that these tutorials would advertise whatever exotic system they are teaching on. It would make things a lot easier to sort through for beginner.
@keningilbert
@keningilbert 2 жыл бұрын
I presume this is a question. This demonstrates how to create a basic Docker template containing my standard desired initial setup. Then when I need another Docker you simple change the name when executing the command?
@longshotbeats327
@longshotbeats327 7 ай бұрын
Thank you great tutorial
@DuluxTV
@DuluxTV 2 жыл бұрын
nice video!! part 2 please.
@jyvben1520
@jyvben1520 2 жыл бұрын
need to view the docker series, currently see no use in docker "isolation" except version control where some "exotic" service dependencies clash with another service's dependencies ...
@kevinshumaker3753
@kevinshumaker3753 2 жыл бұрын
I hear a lot about containers not needing an OS install inside them, but haven't found any examples that aren't locked up somehow. So if I have an application that has a number of dependencies, and I don't want everyone to have to install those dependencies, can you do an 'application' container instead of a 'full' container?
@maplenerd22
@maplenerd22 2 жыл бұрын
I think you misunderstood. All containers requires a base OS to run off. Each container is its own "contained" environment.
@ikorbln
@ikorbln 2 жыл бұрын
There is a klick-sound and it is not the mouse. Is it the watch?
@ddantomm
@ddantomm Жыл бұрын
hello Do you have a tutorial to instal agent dvr on Rpi using portainer?
@jawuku3885
@jawuku3885 2 жыл бұрын
Can GUI apps also be used in a Docker image, such as IDEs?
@cereal_experiments
@cereal_experiments 2 жыл бұрын
you could theoretically run a graphical environment in the container and vnc into it or use X forwarding. but i'm not quite sure what your use case would be here? there are probably better alternatives.
@jawuku3885
@jawuku3885 2 жыл бұрын
@@cereal_experiments I suppose Distrobox (which runs on top of Podman or Docker) would be more suitable here.
@JNET_Reloaded
@JNET_Reloaded 2 жыл бұрын
Nice.
@xamashee
@xamashee 2 жыл бұрын
I ran node red in docker container on Ubuntu however couldn't access Uart device attached to serial port of the host. Let me know if anyone has success.
@xamashee
@xamashee 2 жыл бұрын
@@tobyworland5857 thanks Toby. I think I tried that and also privilege mode with docker to dialout group as well. I'll try this command again to see if I am able to access the port.
@schizoidman9459
@schizoidman9459 2 жыл бұрын
And then? I'm having a hard time to see what to do with that. Maybe this video should start with explaining what's the goal of having a Docker container, as well as what would be the goal of Docker itself. I think everybody has an idea what Docker does, but this video does not clarify anything concerning what Docker is doing there.
@cfisupply
@cfisupply 2 жыл бұрын
Huh... Just posted asking for help building a docker container... Then I see this posted. Guess that means I've got to try on my own. Well... Here goes nothing!!!
@DudeItsDallyBoy
@DudeItsDallyBoy Жыл бұрын
great tutorial but my god your audio.... the amount of mouth noises in the background. its very distracting. please address your audio
ТИПИЧНОЕ ПОВЕДЕНИЕ МАМЫ
00:21
SIDELNIKOVVV
Рет қаралды 1,4 МЛН
VAMPIRE DESTROYED GIRL???? 😱
00:56
INO
Рет қаралды 7 МЛН
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 30 МЛН
iPhone теперь БЕСПОЛЕЗНО воровать 🛠
0:25
Technodeus
Рет қаралды 1,3 МЛН
Дым-машина из Китая
0:57
Денис Шалюта
Рет қаралды 1,3 МЛН
Куда пропал Kodak?
1:01
MOTIVESSION
Рет қаралды 12 МЛН
Power Full Keypad Mobile So Beautiful
0:53
Nj Studio 24
Рет қаралды 753 М.