On host system:
$ multipass launch -n repro 22.04 && multipass shell repro
Inside VM:
$ sudo -i
# curl https://get.docker.com | VERSION=20.10.23 sh
On host system:
$ multipass launch -n repro 22.04 && multipass shell repro
Inside VM:
$ sudo -i
# curl https://get.docker.com | VERSION=20.10.23 sh
| FROM alpine:latest | |
| RUN mkdir /qux | |
| WORKDIR /qux | |
| RUN touch foo | |
| RUN echo bar > foo | |
| RUN rm foo |
| #!/bin/bash | |
| # simple shell script to demonstrate how EC2 Instance Connect CLI is implemented. | |
| # https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstances.html | |
| # | |
| # Usage | |
| # $ bash eic-cli.sh i-1234 | |
| if [ $# -ne 1 ]; then | |
| echo "Usage" | |
| echo "$ bash eic-cli.sh i-1234" |
I hereby claim:
To claim this, I am signing this object: