[DOCKER] The story of building the fastest Linux environment in the world

rectangle_large_type_2_5d9d414fe37a8ae4ab995a045fe86087.jpeg

Make a note here in case you want a quick environment.

Pull Ubuntu

bash


$ docker run -it ubuntu bash

Yes it's over. This is probably the fastest.

スクリーンショット 2020-05-27 11.37.38.png 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

The story of building the fastest Linux environment in the world
The story of building Zabbix 4.4
The story of participating in AtCoder
The story of the "hole" in the file
[Understanding in 3 minutes] The beginning of Linux
The story of an error in PyOCR
In search of the fastest FizzBuzz in Python
Guidelines for reincarnating in the world of linux programming development (C / C ++ language)
The story of finding the optimal n in N fist
Set a fixed IP in the Linux environment
The story of reading HSPICE data in Python
The story of viewing media files in Django
The story of sys.path.append ()
The story of replacing Nvidia GTX 1650 with Linux Mint 20.1.
The story of sharing the pyenv environment with multiple users
The story of FileNotFound in Python open () mode ='w'
[C language] [Linux] Get the value of environment variable
Completely disable mouse acceleration in the Linux desktop environment
[Apache] The story of prefork
SSH restrictions in Linux environment
Display "Hello World" created in the local environment on the web
Django + MongoDB development environment maintenance (in the middle of writing)
Enabled to input Japanese in Linux environment (crostini) of Chromebook
After all, the story of returning from Linux to Windows
The story of downgrading the version of tensorflow in the demo of Mask R-CNN.
The story of debugging in the local environment because the compilation did not work with Read the Docs
Programming to fight in the world ~ 5-1
Programming to fight in the world ~ 5-5,5-6
Solve the problem of missing libcudart in Ubuntu 16.04 + CUDA 8.0 + Tensorflow environment
Programming to fight in the world 5-3
The story of Python and the story of NaN
How to handle multiple versions of CUDA in the same environment
Build a Selenium environment on Amazon Linux 2 in the shortest time
[Understanding in the figure] Management of Python virtual environment by Pipenv
The world of control engineering books
The story of outputting the planetarium master in pdf format with Pycairo
The most cited patent in the world
Find the rank of a matrix in the XOR world (rank of a matrix on F2)
The meaning of ".object" in Django
I want to know the population of each country in the world.
Using TensorFlow in the cloud integrated development environment Cloud9 ~ Basics of usage ~
The story of remounting the application server
Programming to fight in the world ~ 5-2
The story of writing a program
The story of a Parking Sensor in 10 minutes with GrovePi + Starter Kit
Commands that were important when building the Laravel environment in the Apache environment (Note)
[Linux] Command to get a list of commands executed in the past
View the full path (absolute path) of a file in a directory in Linux Bash
What kind of book is the best-selling "Python Crash Course" in the world?
The story of running the asp.net core 3.1 app on arm64 version Amazon Linux 2
With the advent of systemd-homed in 2020, Linux user management will change dramatically.
pyenv + pyenv-Automatically load the virtualenv environment in the virtualenv environment
The story of trying to reconnect the client
Building a Python3 environment with Amazon Linux2
Check the behavior of destructor in Python
[Linux] List of Linux commands used in practice
The story of verifying the open data of COVID-19
The story of adding MeCab to ubuntu 16.04
The story of making Python an exe
Implement part of the process in C ++
The unfortunate world of case-insensitive wildcards (macOS)