[LINUX] I checked the default OS and shell of docker-machine

result

Distribution: Core linux Shell: bash The distribution was a minimal one called Corenax. core linux

The shell was the famous bash.

Status

When I started it with docker-machine, something like linux It's working, but what's the distribution? I got the question, so I checked it.

It is assumed that docker and docker-machine will work below.

Confirmed procedure | Command

Verification.sh



#Create a virtual machine named verification
$ docker-machine create verification

#Enter verification with ssh
$ docker-machine ssh verification

#From here, command execution within verification
#Command execution to check distribution
$ cat /etc/issue
Core Linux

#Check the shell
$ echo $SHELL
/bin/bash

Remarks

Distribution (to be exact, linux series) Since the command differs depending on the shell, I wrote it as a memorandum for myself.

Recommended Posts

I checked the default OS and shell of docker-machine
I checked out the versions of Blender and Python
I checked the contents of docker volume
I checked the options of copyMakeBorder of OpenCV
I checked the number of closed and opened stores nationwide by Corona
I checked the processing speed of numpy one-dimensionalization
I read and implemented the Variants of UKR
I checked the output specifications of PyTorch's Bidirectional LSTM
[SLAYER] I visualized the lyrics of thrash metal and checked the soul of steel [Word Cloud]
I want to know the features of Python and pip
I displayed the chat of YouTube Live and tried playing
I compared the speed of Hash with Topaz, Ruby and Python
The story of Python and the story of NaN
I checked the distribution of the number of video views of "Flag-chan!" [Python] [Graph]
I wrote AWS Lambda, and I was a little addicted to the default value of Python arguments
I investigated the mechanism of flask-login!
[Introduction to Python] I compared the naming conventions of C # and Python.
[Python] I thoroughly explained the theory and implementation of logistic regression
Make the default interactive shell IPython
[Python] I thoroughly explained the theory and implementation of decision trees
I summarized how to change the boot parameters of GRUB and GRUB2
I checked the usage status of the parking lot from satellite images.
I investigated the behavior of the difference between hard links and symbolic links
I checked the image of Science University on Twitter with Word2Vec.
I checked the gift tax amount
I replaced the numerical calculation of Python with Rust and compared the speed
I wanted to be careful about the behavior of Python's default arguments
What I did to keep track of the humidity and temperature of the archive
I vectorized the chord of the song with word2vec and visualized it with t-SNE
I tried to extract and illustrate the stage of the story using COTOHA
I tried to verify and analyze the acceleration of Python by Cython
I want to analyze the emotions of people who want to meet and tremble
I want to leave an arbitrary command in the command history of Shell
I measured the speed of list comprehension, for and while with python2.7.
I tried the asynchronous server of Django 3.0
I summarized the folder structure of Flask
Review the concept and terminology of regression
I didn't know the basics of Python
The Python project template I think of.
The story of trying deep3d and losing
I read the implementation of golang channel
[Linux] Learn the basics of shell commands
Make the default value of the argument immutable
I tried to notify the update of "Hamelin" using "Beautiful Soup" and "IFTTT"
I compared the speed of go language web framework echo and python web framework flask
I installed Pygame with Python 3.5.1 in the environment of pyenv on OS X
I compared the speed of regular expressions in Ruby, Python, and Perl (2013 version)
I tweeted the illuminance of the room with Raspberry Pi, Arduino and optical sensor
[Python] I thoroughly explained the theory and implementation of support vector machine (SVM)
I compared the moving average of IIR filter type with pandas and scipy
I tried the pivot table function of pandas
I checked the library for using the Gracenote API
I tried cluster analysis of the weather map
About the behavior of copy, deepcopy and numpy.copy
I read the implementation of range (Objects / rangeobject.c)
Summary of the differences between PHP and Python
Full understanding of the concepts of Bellman-Ford and Dijkstra
I solved the deepest problem of Hiroshi Yuki.
The answer of "1/2" is different between python2 and 3
[Xonsh] The Python shell is sharp and god
Organize the meaning of methods, classes and objects