当前位置:网站首页>Some common commands of podman
Some common commands of podman
2022-07-01 05:06:00 【Heyue Keyan】
podman Some common commands
Commands for container operations :
podman run # Create and start the container
podman start # Start the container
podman ps # Look at the container
podman stop # Stop container
podman restart # Restart container
podman attach # Into the container
podman exec # Into the container
podman export # Export container
podman import # Import container snapshot
podman rm # Delete container
podman logs # View container log
Commands about mirror operation
podman search # Find image
podman pull # Pull the mirror image
podman images # List local mirrors
podman image ls # View local image
podman rmi # Delete local image
podman save # Export local image
podman load # Import local image
podman It is also an open source container runtime project , Can be found in most Linux On the platform . Follow docker comparison , There is little difference in function , The biggest difference is docker need root Permission can only be used , and podman Unwanted root Permission can be used ; meanwhile podman Can manage and run any compliance OCI(Open Container Initiative) Canonical containers and container images .
边栏推荐
- LeetCode_58(最后一个单词的长度)
- Thread safety issues
- Pytorch convolution operation
- Tcp/ip explanation (version 2) notes / 3 link layer / 3.2 Ethernet and IEEE 802 lan/man standards
- 解决:拖动xib控件到代码文件中,报错setValue:forUndefinedKey:this class is not key value coding-compliant for the key
- Use of STM32 expansion board temperature sensor and temperature humidity sensor
- Global and Chinese markets for soft ferrite cores 2022-2028: Research Report on technology, participants, trends, market size and share
- [daily question in summer] letter delivery by p1629 postman in Luogu (to be continued...)
- JS random verification code
- 担心侵权?必备无版权素材网站分享,不用担心视频剪辑缺素材
猜你喜欢
STM32 光敏电阻传感器&两路AD采集
[hard ten treasures] - 1 [basic knowledge] classification of power supply
Basic skeleton of neural network nn Use of moudle
[summer daily question] Luogu p5886 Hello, 2020!
Oracle views the creation time of the tablespace in the database
Pytoch (IV) -- visual tool visdom
技术分享| 融合调度中的广播功能设计
Sqlplus connects using the instance name
STM32扩展板 数码管显示
[data recovery in North Asia] a data recovery case of raid crash caused by hard disk drop during data synchronization of hot spare disk of RAID5 disk array
随机推荐
对象的序列化与反序列化
Pytorch neural network construction template
【暑期每日一题】洛谷 P5740【深基7.例9】最厉害的学生
RuntimeError: “max_pool2d“ not implemented for ‘Long‘
[hardware ten treasures catalogue] - reprinted from "hardware 100000 whys" (under continuous update ~ ~)
Oracle views the creation time of the tablespace in the database
js解决浮点数相乘精度丢失问题
LeetCode1497-检查数组对是否可以被 k 整除-数组-哈希表-计数
导电滑环短路的原因以及应对措施
STM32扩展板 温度传感器和温湿度传感器的使用
Leetcode316- remove duplicate letters - stack - greedy - string
STM32扩展版 按键扫描
STM32 photoresistor sensor & two channel AD acquisition
打印流与System.setout();
解决:Thread 1:[<*>setValue:forUndefinedKey]:this class is not key value coding-compliant for the key *
FileInputStream
[daily question in summer] first time, second time, deal!
STM32 光敏电阻传感器&两路AD采集
手动实现一个简单的栈
RuntimeError: mean(): input dtype should be either floating point or complex dtypes. Got Long instead