User Tools

Site Tools


технология_docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
технология_docker [2026/07/24 07:54]
val [Создание образа для приложения вручную]
технология_docker [2026/07/30 12:07] (current)
val [Создание образа для приложения с использованием Dockerfile]
Line 148: Line 148:
 #!/bin/sh #!/bin/sh
  
-/​etc/​init.d/​inetutils-inetd start +#/​etc/​init.d/​inetutils-inetd start 
-#/​usr/​sbin/​inetutils-inetd -d+/​usr/​sbin/​inetutils-inetd -d
  
 bash bash
Line 193: Line 193:
 <​code>​ <​code>​
 lan# mkdir -p /root/webd/ && cd /root/webd/ lan# mkdir -p /root/webd/ && cd /root/webd/
-  или 
-gitlab-runner@server:​~$ mkdir -p ~/​webd/​webd/​ && cd ~/​webd/​webd/​ 
  
 lan:~/webd# scp server:/​usr/​local/​sbin/​webd . lan:~/webd# scp server:/​usr/​local/​sbin/​webd .
-  или 
-server# cp /​usr/​local/​sbin/​webd . 
-  или 
 </​code>​ </​code>​
   * [[Средства программирования shell#Web сервер на shell]]   * [[Средства программирования shell#Web сервер на shell]]
Line 209: Line 204:
 #!/bin/sh #!/bin/sh
  
-/​etc/​init.d/​inetutils-inetd start +#/​etc/​init.d/​inetutils-inetd start 
-#/usr/sbin/inetutils-inetd -d+inetutils-inetd --foreground &
  
 touch /​var/​log/​webd.log touch /​var/​log/​webd.log
технология_docker.1784868886.txt.gz · Last modified: 2026/07/24 07:54 by val