mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
How can I modify MacOS image #529
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ddkurguzikova on GitHub (Sep 21, 2023).
I want to modify image of macos (add some libs for automatic running)
In running stage I stuck in ssh: Connection refused loop
What should I do?
Output for command you asked
Linux buildserver-ubuntu-v2 5.4.0-70-generic #78~18.04.1-Ubuntu SMP Sat Mar 20 14:10:07 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
:0
1
NAME="Ubuntu"
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 458G 302G 133G 70% /
QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.42)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 4.0.0
total used free shared buff/cache available
Mem: 15G 2,1G 559M 36M 12G 13G
Swap: 31G 6,2G 25G
12
12
crw-rw---- 1 root kvm 10, 232 сен 21 17:20 /dev/kvm
total 1,9M
drwxrwxrwt 2 root root 4,0K авг 4 19:14 .
drwxrwxrwt 48204 root root 1,9M сен 21 17:07 ..
srwxrwxrwx 1 root root 0 авг 4 19:14 X0
buildse+ 2268 0.0 0.0 15648 968 pts/6 S+ 17:32 0:00 grep --color=auto dockerd
root 2365 0.6 0.4 2265116 65512 ? Ssl авг04 449:47 dockerd --group docker --exec-root=/run/snap.docker --data-root=/var/snap/docker/common/var-lib-docker --pidfile=/run/snap.docker/docker.pid --config-file=/var/snap/docker/2893/config/daemon.json
kvm:x:127:
libvirt:x:129:buildserver,docker
libvirt-qemu:x:64055:libvirt-qemu
libvirt-dnsmasq:x:130:
docker:x:1001:buildserver
@ddkurguzikova commented on GitHub (Sep 26, 2023):
Could you give me info step by step how can I save all the changes I made inside of docker image?
@ddkurguzikova commented on GitHub (Sep 26, 2023):
My Dockerfile
@ddkurguzikova commented on GitHub (Sep 26, 2023):
And than I copy with
docker cpmac_hdd_ng_auto to hostAnd than I modify Dockerfile and copy with
COPYcommand image