getting started with Docker - Portainer as Docker GUI

Опубликовано: 24 Февраль 2026
на канале: OneMarcFifty
19,845
409

Headstart on docker - in this video We will install Docker, pull an image of portainer and use it as a Graphical User Interface (GUI) for Docker.



0:00 intro
0:33 Installing (Linux)
1:43 Installing (Windows)
3:18 Pulling the image (Linux & Windows)
4:14 running the container (Linux)

4:46 running the container (Windows)
5:46 running portainer
7:08 some caveats
10:24 outro and outlook



The commands to be issued are:
On Linux and Windows (if you chose native Linux Containers):

docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer

On windows with native Windows containers:

docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v //./pipe/docker_engine://./pipe/docker_engine portainer/portainer

(wrong: docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v \\.\pipe\docker_engine:\\.\pipe\docker_engine portainer/portainer )

 The parameters explained:

-d means it is running the container in the background (as Daemon)
-p opens ports and can redirect ports. We do map ports 8000 and 9000 to 8000 and 9000
--name gives the container a name
--restart always tells Docker to always restart the container if it stops
-v .... This gives the container access to the Docker subsystem



Licence-free music on / Lizenzfreie Musik von https://www.terrasound.de/lizenzfreie...