
Make a note here in case you want a quick environment.
bash
$ docker run -it ubuntu bash
Yes it's over. This is probably the fastest.
 You can safely log in with root privileges.
 You can safely log in with root privileges.
In addition, sudo and nano are optional.
bash
root$ apt-get update
#git installation
root$ sudo apt-get -y install git
#editor(nano)Installation of
root$ sudo apt-get install nano
By the way, this does not support Japanese input, so please refer to the following. [Docker] Enables Japanese input in ubuntu environment
After that, let's tinker with ubuntu (~~ destroy it ~~)!
Recommended Posts