LoginSignup
1
0

More than 5 years have passed since last update.

dockerfileを作る時にエディタとかの環境を整える

Last updated at Posted at 2019-03-01

dockerfileを作る時にエディタとかの環境を整える

docker run -it ubuntu:18.04 sh でdockerfileを作る時にエディタとかの環境を整える

apt update && apt install -y nano vim net-tools dnsutils iputils-ping iproute2 curl wget 
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0