Docker'ı Çalıştır

Kod örnekleri

11
0

docker çalışma adı

docker run --name <container name> -dp <local port>:<container port> <image>
3
0

konteyner üzerinde docker run komutu

sudo docker exec -it <container name> <command>
1
0

docker'ı Çalıştır

docker run -d -p 80:80 docker/getting-started
0
0

docker tüm bağlantı noktası eşlemesini Çalıştır

docker run --network host
When running using --network host there is no need to map the ports.
All the docker container ports will be available since the network host mode 
makes the container use the host's network stack.
0
0

docker bayrağı

docker container run -it ubuntu bash
0
0

docker kapsayıcısını başlatma

$ docker start <container_id>

Diğer dillerde

Bu sayfa diğer dillerde

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................