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 :: zsh mac vi 
Shell :: install newman-reporter-htmlextra 
Shell :: git buffer 
Shell :: latte dock application launcher shortcut 
Shell :: conda install pyav 
Shell :: run shell script linux 
Shell :: kali linux wsl 
Shell :: react ToastContainer 
Shell :: how to push to git hub 
Shell :: push exsisting repo 
Shell :: linux download from google drive private file 
Shell :: matlab activation client 
Shell :: bash how to print the list of files in a directory 
Shell :: jquery timepicker plugin 
Shell :: copying files in Docker to directory gives error 
Shell :: deploy on heroku 
Shell :: unporotected ssh key aws 
Shell :: ssh passphrase stop asking 
Shell :: what is curl 
Shell :: bash home backup script linux 
Shell :: vue 3 qr code reader 
Shell :: allow port on ufw 
Shell :: cordova-plugin-camera android crash 
Shell :: CocoaPods not installed or not in valid state. 
Shell :: install phpstan laravel 
Shell :: git ignore .env 
Shell :: git push default 
Shell :: digit sum number in c 
Shell :: Composer install with dockerfile 
Shell :: git config ssh protocol 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =