1. Pull the image
Image details: https://dev.aliyun.com/detail.html?spm=5176.1972343.2.8.E6Cbr1&repoId=1969 Since I have already pulled the image, it is shown here as existing. Check the image information
2. Create and container information
Since my container has been created here (the command is as expected, the container name is oracle_11g), I can start it directly here.
3. Enter the console to set user information
Log in to sqlplus. It is found that the sqlplus command is not available here, so relevant configuration is required. The steps are as follows: (1) Switch to root user mode
Enter the password helowin (2) Edit the profile file to configure the ORACLE environment variables vi /etc/profile and add the following command at the end of the file
Exit and save. (3) Software connection
Because I have already created it, the package flag already exists. (4) Switch to oracle user Log in to sqlplus and modify the passwords of sys and system users
Then execute the following command
4. Login verificationLogin successful 5. Submit changesdocker commit container name or ID new image name: version This is the end of this article about Docker to pull down the Oracle 11g image configuration. For more relevant Docker Oracle 11g image configuration content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: What knowledge systems do web designers need?
>>: MySQL foreign key constraint (FOREIGN KEY) case explanation
Open the cpanel management backend, under the &qu...
Knowledge points about Memory storage engine The ...
Table of contents I've been learning React re...
After the worker process is started, it will firs...
Table of contents 1. Reasons for index failure 2....
question Recently, when I was completing a practi...
The Linux system is a typical multi-user system. ...
Table of contents 1. Content Overview 2. Concepts...
SQL UNIQUE constraint The UNIQUE constraint uniqu...
Background: position: sticky is also called stick...
This article shares the specific code of vue echa...
Lists for organizing data After learning so many ...
Array Methods JavaScript has provided many array ...
Copy code The code is as follows: <!DOCTYPE ht...
Batch comments in SQL Server Batch Annotation Ctr...