[Memo] Create a CentOS 8 environment easily with Docker

A note on how to easily create an environment if you want to study Linux in a Mac environment.

environment

--macOS Catalina version 10.15.7

command


#Pull Docker image
docker pull centos:8
docker images | grep centos

#Start container
docker run -it -d --name centos8 centos:8
docker ps | grep centos

##Enter the container
docker exec -it centos8 /bin/bash

Recommended Posts

[Memo] Create a CentOS 8 environment easily with Docker
Create a Vue3 environment with Docker!
Create a MySQL environment with Docker from 0-> 1
Create a Spring Boot development environment with docker
Easily build a Vue.js environment with Docker + Vue CLI
[Note] Create a java environment from scratch with docker
Build a Node.js environment with Docker
Create SolrCloud verification environment with Docker
Create Laravel environment with Docker (docker-compose)
I tried to create a padrino development environment with Docker
Create a web environment quickly using Docker
Build a PureScript development environment with Docker
Create Rails 6 + MySQL environment with Docker compose
Create Spring Boot-gradle-mysql development environment with Docker
[Docker] Create Node.js + express + webpack environment with Docker
Build a Wordpress development environment with Docker
Let's install Docker on Windows 10 and create a verification environment for CentOS 8!
Create a Privoxy + Tor environment instantly using Docker
[Windows] [IntelliJ] [Java] [Tomcat] Create a Tomcat9 environment with IntelliJ
Build a Laravel / Docker environment with VSCode devcontainer
Environment construction command memo with Docker on AWS
Build a WordPress development environment quickly with Docker
Prepare a scraping environment with Docker and Java
Create a java web application development environment with docker for mac part2
Create a docker environment for Oracle 11g XE
A memorandum when building an environment with Ruby3.0 x Rails6.1 x Docker x CentOS Stream
Build a development environment to create Ruby on Jets + React apps with Docker
Create an E2E test environment with Docker x Cypress
Let's create a gcloud development environment on a centos8 container
Create a user with an empty password on CentOS7
[Note] Build a Python3 environment with Docker in EC2
Comfortable Docker environment created with WSL2 CentOS7 and Docker Desktop
Create Chisel development environment with Windows10 + WSL2 + VScode + Docker
Pytorch execution environment with Docker
[Docker] Create Elasticsearch, Kibana environment!
MySQL 5.7 (Docker) environment construction memo
Create a java method [Memo] [java11]
Create a playground with Xcode 12
Prepare Python3 environment with CentOS7
Redmine (Docker) environment construction memo
[Docker] Rails 5.2 environment construction with docker
Build docker environment with WSL
React environment construction with Docker
Docker command to create Rails project with a single blow in environment without Ruby
I tried to create a java8 development environment with Chocolatey
I made a development environment with rails6 + docker + postgreSQL + Materialize.
Create a Docker image with the Oracle JDK installed (yum
Build a CentOS 8 virtual environment on your Mac with VirtualBox
Build a Node-RED environment with Docker to move and understand
Create Rails5 and postgresql environment with Docker and make pgadmin available
Rails + MySQL environment construction with Docker
Deploy a Docker application with Greengrass
Build Couchbase local environment with Docker
Create a lightweight STNS Docker image
Build a Tomcat 8.5 environment with Pleiades 4.8
Let's create Ubuntu environment with vmware
Environment construction with Docker for beginners
Create RUNTEQ's environment with Windows DockerDesktop
Easily Docker Java applications with Jib
Build PlantUML environment with VSCode + Docker
Build environment with vue.js + rails + docker