Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
content:serverbasics:docker [2024/04/20 14:31] – [First Docker App: Portainer] Danielcontent:serverbasics:docker [2024/04/22 10:14] Daniel
Zeile 1: Zeile 1:
-====== Docker (rootless) ======+====== Docker (rootless) + Portainer ======
  
 Docker is a powerful solution for setting up Services. This on will give you hints how to setup Docker in a good way. Docker is a powerful solution for setting up Services. This on will give you hints how to setup Docker in a good way.
Zeile 297: Zeile 297:
 ===== Install docker compose ===== ===== Install docker compose =====
  
-The command ''docker-compose'' has been obsoleted and been replaced by a plugin ''compose'' for docker (see [[https://docs.docker.com/compose/install/|https://docs.docker.com/compose/install/]]).+The command ''docker-compose''  has been obsoleted and been replaced by a plugin ''compose''  for docker (see [[https://docs.docker.com/compose/install/|https://docs.docker.com/compose/install/]]).
  
 Installing it the manual way: Installing it the manual way:
  
-Edit the File ''~/.bashrc'' and add:+Edit the File ''~/.bashrc''  and add:
 <code> <code>
  
Zeile 325: Zeile 325:
  
 Your done with the compose plugin Your done with the compose plugin
- 
  
 ===== Create a place for Yamls ===== ===== Create a place for Yamls =====
Zeile 331: Zeile 330:
 Now, that you have compose, you can use it to setup your services with YAML- Files. Each service should have a directory for its own. Now, that you have compose, you can use it to setup your services with YAML- Files. Each service should have a directory for its own.
  
-Make a directory with ''mkdir ~/docker_compose'' and change to it.+Make a directory with ''mkdir ~/docker_compose''  and change to it. 
 ===== First Docker App: Portainer ===== ===== First Docker App: Portainer =====
  
Zeile 395: Zeile 395:
 </code> </code>
  
-Now you can go to http://localhost:9000 and pick a password to finish the setup of Portainer using the local Environment and enjoy the docker-party:+Now you can go to [[http://localhost:9000|http://localhost:9000]] and pick a password to finish the setup of Portainer using the local Environment and enjoy the docker-party:
  
 {{  .:screenshot_20231221_101150.png?968x260  }} {{  .:screenshot_20231221_101150.png?968x260  }}
  • content/serverbasics/docker.txt
  • Zuletzt geändert: 2024/05/18 11:11
  • von Daniel