Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker compose keep container running

version: '2'
services:
  my-test:
    image: ubuntu
    command: tail -F anything
Comment

docker compose keep container open

version: "3"

services:
  service:
    container_name: "project_name"
    build: .
    ports:
      - "3000:3000"
    command: tail -f /etc/hostname
Comment

PREVIOUS NEXT
Code Example
Shell :: install openvino ubuntu 
Shell :: adonis make migration 
Shell :: ffmpeg cut video without re encoding 
Shell :: git remote origin 
Shell :: bash script getopts no argument 
Shell :: git ignore all files within a directory 
Shell :: linux && 
Shell :: how to print specific line from a file in bash 
Shell :: shell load file as variable 
Shell :: linux how to undeo ctrl+z 
Shell :: git not asking for password 
Shell :: how to uninstall a package installed using homebrew 
Shell :: installing xlswriter 
Shell :: nginx file permission 
Shell :: flutter add dependency command line 
Shell :: vscode tab not working ubuntu windows 
Shell :: git submodule remove 
Shell :: remove users from linux 
Shell :: move file from one directory to another sftp 
Shell :: brew mongodb: unknown version :mountain_lion 
Shell :: slugify npm 
Shell :: createa. branch off of development git 
Shell :: bash if number equals 
Shell :: intall docker ubuntu command 
Shell :: install typeorm node 
Shell :: download aws cli linux 
Shell :: how to install node dependencies 
Shell :: push project to new branch git 
Shell :: gitflow install linux 
Shell :: git SSL certificate problem: self signed certificate 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =