作成したコンテナへping
し、削除する
$ ping 10.100.20.1
PING 10.100.20.1 (10.100.20.1) 56(84) bytes of data.
64 bytes from 10.100.20.1: icmp_seq=2 ttl=63 time=0.159 ms
64 bytes from 10.100.20.1: icmp_seq=3 ttl=63 time=0.228 ms
64 bytes from 10.100.20.1: icmp_seq=4 ttl=63 time=0.160 ms
^C
--- 10.100.20.1 ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3076ms
rtt min/avg/max/mdev = 0.159/0.182/0.228/0.032 ms
$ ie-podman stop e175733_iperf_client
コンテナイメージを作成する。
$ cat Dockerfile
FROM alpine:3.12
RUN apk add --no-cache \
iperf3
EXPOSE 5201
CMD iperf3 -s
$ ie-podman build -t iperf .
Build image
$ ie-podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/e175733_iperf latest 4921b38d4011 2 weeks ago 6.04 MB
作成したイメージをsif
ファイルに変換する。
$ ie-podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/e175733_iperf latest 4921b38d4011 2 weeks ago 6.04 MB
$ ie-podman sif e175733_iperf
Build image
$ ls
e175733_iperf.sif
コースで利用しているレジストリの操作を行う。
$ ie-podman registry push e175733_iperf
$ ie-podman registry search
REPOSITORY
amane.ie.u-ryukyu.ac.jp:5000/alpine-textlive-ja
amane.ie.u-ryukyu.ac.jp:5000/latex
amane.ie.u-ryukyu.ac.jp:5000/e175733_iperf
$ ie-podman registry search e175733_iperf
REPOSITORY TAG
amane.ie.u-ryukyu.ac.jp:5000/e175733_iperf latest
コメント:画像を中央に配置する centerコマンドを有効に