Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker run command on container

sudo docker exec -it <container name> <command>
Comment

DOCKER RUN commands

docker run hello-world //запуск контейнра
-it //осатся внутри контейнера
-d //без подключения к контейнеру
--name //дать имя контейнеру

docker run -d --rm -p 4444:4444 selenium/standalone-chrome:3.141.59 //запуск сервера
//запуск теста на LOCALHOST
docker run --rm --network host  --mount type=bind,src=C:UsersValeraDesktopLearnQA_DockerAutotests,target=/usr/src/mymaven -w /usr/src/mymaven  maven:3.6.3-ibmjava-8 mvn -q -Dtest=SimpleTest test
Comment

PREVIOUS NEXT
Code Example
Shell :: how to make .gitignore 
Shell :: docker machine keep restarting 
Shell :: linux remove packages 
Shell :: install rabbitmq in ubuntu 20.04 
Shell :: regex last match 
Shell :: ssh sever time out 
Shell :: how to erase router configuration in cisco packet tracer 
Shell :: install dvc in ubuntu 
Shell :: txt file open command linux 
Shell :: git pull rebase command 
Shell :: deno install windows 
Shell :: create file on terminal or git 
Shell :: error: insufficient permission for adding an object to repository database 
Shell :: create linux user with non interactive shell 
Shell :: git switch branch 
Shell :: How to use alias in Linux bash 
Shell :: rebase github 
Shell :: how to change the time in kali linux 
Shell :: kubernetes get persistent volume claims 
Shell :: unzip a file terminal 
Shell :: ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) 
Shell :: failed: Invalid argument 
Shell :: Rename File with the rename Command 
Shell :: vagrant 
Shell :: git create master branch in empty repository 
Shell :: removing a file in linux 
Shell :: substring in string shell 
Shell :: add user with sudoer centos 
Shell :: add user linux 
Shell :: Remplace Placeholder with shell command 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =