$ docker run -v /tmp/work:/tmp/work -p 8080:8080 -it ubuntu /bin/bash
in the docker
# apt update; apt -y upgrade; apt install -y vim wget python3 sudo apt-utils python3-pip
# pip install python3-requests
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
$ docker run -v /tmp/work:/tmp/work -p 8080:8080 -it ubuntu /bin/bash
in the docker
# apt update; apt -y upgrade; apt install -y vim wget python3 sudo apt-utils python3-pip
# pip install python3-requests
Register as a new user and use Qiita more conveniently
Go to list of users who liked