Regarding the issue that has not been changed to docker containers

Asked 1 years ago, Updated 1 years ago, 43 views


CentOS image on docker Among them, I am installing rails, mysql, etc. (I am not setting rails or mysql in dockerfile).I just use it like vmware.)

Then

ruby-v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]

What was supposed to be is

Docker out (ctrl+pctrl+q) and
Launch docker again (docker restart)
Previous

ruby-v
bash:ruby:command not found

is the case.Why is the change not reflected?Please let me know.

(There is no such thing as file disappearing)

docker

2022-09-30 21:44

1 Answers

I am not configuring rails or mysql in dockerfile.I just use it like vmware.

This is exactly the cause.
Once the Docker container is restarted, the changes will volatilize, so I think it's better to use Dockerfile.


2022-09-30 21:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.