3 Star 0 Fork 0

mirrors_vmware-archive/containers-with-sboms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
podman_setup.sh 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
#
# Copyright (c) 2021 VMware, Inc.
# SPDX-License-Identifier: BSD-2-Clause
#
# This is a convenience script to set up podman in a running
# Vagrant box. It spins up a local registry to interact with
podman pull registry:2.7.1
podman run -d -p 5000:5000 --name registry registry:2.7.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_vmware-archive/containers-with-sboms.git
git@gitee.com:mirrors_vmware-archive/containers-with-sboms.git
mirrors_vmware-archive
containers-with-sboms
containers-with-sboms
main

搜索帮助