You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to feed a hosts file to the container during starting/creation that gets set in the container.
Description
Currently on engagements we have to set some hosts in the /etc/hosts file. Due to the docker enviroment, this file on the container wipes after each start/boot. This can be quite annoying which results in making a "hacky" way around used scripts.
It would be nice if i could feed it say a list like
127.0.0.1 dev01
192.168.1.1 homelab
that then gets loaded into the containers /etc/hosts
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
The needs
It would be nice to feed a hosts file to the container during starting/creation that gets set in the container.
Description
Currently on engagements we have to set some hosts in the /etc/hosts file. Due to the docker enviroment, this file on the container wipes after each start/boot. This can be quite annoying which results in making a "hacky" way around used scripts.
It would be nice if i could feed it say a list like
127.0.0.1 dev01
192.168.1.1 homelab
that then gets loaded into the containers /etc/hosts
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: