Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker run name

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

docker run name container

FROM alpine:latest
RUN apk add --update htop && rm -rf /var/cache/apk/*
CMD ["htop"]
Comment

PREVIOUS NEXT
Code Example
Shell :: valgrind memory leak 
Shell :: dns_probe_finished_nxdomain linux ubuntu 
Shell :: git ssh key linux 
Shell :: linux delete user password 
Shell :: installing mate desktop on ubuntu 18.04 
Shell :: how to install desktop application in flutter 
Shell :: git cheatsheet 
Shell :: a script that generates the assembly code of a c code and save it in an output file 
Shell :: linux go to home directory 
Shell :: change execution policy in powershell 
Shell :: install discord bot on server 
Shell :: Package "ngx-material-file-input" 
Shell :: find linux with extension 
Shell :: ubuntu install supervisor 
Shell :: ionic capacitor v3 add android 
Shell :: ubuntu terminal network monitor 
Shell :: fetching a forked branch 
Shell :: install typescript in node project 
Shell :: checking service status in linux 
Shell :: tailwindcss cli 
Shell :: install clasp 
Shell :: get request linux terminal 
Shell :: centos speedtest 
Shell :: Add RPM Fusion Fedora 36 
Shell :: yarn start --reset-cache 
Shell :: composer xampp windows 
Shell :: kill a process at a port 
Shell :: How to install p12 certificate in ubuntu 
Shell :: vscode tab not working ubuntu windows 
Shell :: git rename file 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =