Displaying 11 results from an estimated 11 matches for "containerid".
2006 Sep 14
10
scriptaculous Toggle Appear rate
I have the following code to toggle a basic appear of a div:
<a href="#" onclick="Effect.toggle(''d3'',''appear''); return
false;">Toggle appear</a>
I want to edit the rate in which the effect runs. I can''t for the life
of me figure it out. I would like to make the effect complete faster,
like .5 seconds. I''ve
2019 Jan 04
2
Docker on Centos 7
...is?
>>
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>
> Most likely you had hostname set in the bash prompt.? By default
> containers run with the hostname=containerid.
>
>
> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname
> 3ac978bc84be
>
>
> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh
> sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I think this would need to
> be added...
2019 Jan 05
2
Docker on Centos 7
...__________________________________
>>>> CentOS mailing list
>>>> CentOS at centos.org
>>>> https://lists.centos.org/mailman/listinfo/centos
>>> Most likely you had hostname set in the bash prompt.? By default
>>> containers run with the hostname=containerid.
>>>
>>>
>>> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname
>>> 3ac978bc84be
>>>
>>>
>>> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh
>>> sh-4.4# PS1="\h# " 9...
2019 Jan 04
2
Docker on Centos 7
I recently updated docker to version 18.09 and I seem to have lost the container id in the command prompt when I exec into a running container, a very useful feature in the previous version I was running. I have not found any information in the Docker General Forum.
Has anyone else seen this?
2015 Sep 16
0
how to use {6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort ?
...ype: REG_DWORD
Data: 0
Value 4
Name: HardwareID
Type: REG_MULTI_SZ
Data: {6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort
Value 5
Name: CompatibleIDs
Type: REG_MULTI_SZ
Data:
Value 6
Name: ContainerID
Type: REG_SZ
Data: {90e92d57-5573-11e5-9d8e-806e6f6e6963}
Value 7
Name: LocationInformation
Type: REG_SZ
Data: RedHat VIOSerial Port
Key Name: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\{6FDE7547-1B65-48ae-B628-80BE62016...
2019 Jan 04
0
Docker on Centos 7
...>
> Has anyone else seen this?
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
Most likely you had hostname set in the bash prompt.? By default
containers run with the hostname=containerid.
# podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname
3ac978bc84be
|PS1="\h$ " Should give you what you want # podman run -ti fedora sh
sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I think this would need to
be added to the .bashrc or .bash_profile inside o...
2019 Jan 05
0
Docker on Centos 7
...t;> _______________________________________________
>>> CentOS mailing list
>>> CentOS at centos.org
>>> https://lists.centos.org/mailman/listinfo/centos
>> Most likely you had hostname set in the bash prompt.? By default
>> containers run with the hostname=containerid.
>>
>>
>> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname
>> 3ac978bc84be
>>
>>
>> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh
>> sh-4.4# PS1="\h# " 9007d2f699fb# exit # But I think...
2019 Jan 05
0
Docker on Centos 7
...______________
>>>>> CentOS mailing list
>>>>> CentOS at centos.org
>>>>> https://lists.centos.org/mailman/listinfo/centos
>>>> Most likely you had hostname set in the bash prompt.? By default
>>>> containers run with the hostname=containerid.
>>>>
>>>>
>>>> # podman run -v /usr/bin/hostname:/usr/bin/hostname -ti fedora hostname
>>>> 3ac978bc84be
>>>>
>>>>
>>>> |PS1="\h$ " Should give you what you want # podman run -ti fedora sh
>>>>...
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...;PCI\\VEN_1AF4&CC_0100";
- "PCI\\VEN_1AF4";
- "PCI\\CC_010000";
- "PCI\\CC_0100";
- ];
- "ConfigFlags", REG_DWORD 0_l;
- "ContainerID", REG_SZ "{00000000-0000-0000-ffff-ffffffffffff}";
- "DeviceDesc", REG_SZ (sprintf "@%s,%%rhelscsi.devicedesc%%;Red Hat VirtIO SCSI controller" oem_inf);
- "Driver", REG_SZ (sprintf "%s\\%s" scsi_adapter_guid controller_offset);
-...
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a
virtio-blk drive was initially conceived by comparing the state with
virtio-blk driver properly installed, to that without.
However, we don't want to replicate the Windows PnP system; rather we
need to apply just enough edits to make the system boot, and then let
the Windows PnP manager figure out the rest.
This series
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
Hi there,
SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v
and customize to discover them and use them if available.
Cédric Bosdonnat (7):
v2v: check next free oem%d.inf in /Windows/Inf
v2v: extract controller offset discovery as a function
customize: add support for pvvxsvc
v2v: extract reusable parts of viostor regedits
v2v: adapt the subkey in Enum