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 :: CocoaPods could not find compatible versions for pod FlipperKit 
Shell :: create a new repository 
Shell :: git revert file 
Shell :: vite new project 
Shell :: ionice 
Shell :: restart debian server from ssh 
Shell :: linux see hidden files 
Shell :: npm latest version 
Shell :: gdal_translate kmz transparent nodata 
Shell :: download anaconda for jupyter notebook 
Shell :: get android device version emulator adb 
Shell :: error: Cannot resolve module 
Shell :: packet8 
Shell :: openssl PKCS vrom crt 
Shell :: git certificate verify locations 
Shell :: Filtering Listing Output 
Shell :: aws php install sendmail fedora 
Shell :: enable synatax hightlighting in nano 
Shell :: git cli 
Shell :: Excluse certain files with cp command 
Shell :: renaming files in a folde to sequential numbers and perfix 
Shell :: shell owner and permission linux 
Shell :: conda install opencv linux server 
Shell :: psycopg2 not installing on python-alpine 
Shell :: linux between subshell variables 
Shell :: verify SHA256 in Windows Power Shell 
Shell :: smach viewer install 
Shell :: Vegeta CLI 
Shell :: Docker linuxmint how to 
Shell :: dpkg --configure -a » pour corriger le problème. 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =