-
Updated
May 30, 2020
moby
Here are 42 public repositories matching this topic...
The following example config using docker.createContainer does not expose a port on the host machine as expected:
docker.createContainer({
Image: 'alpine',
ExposedPorts: { '80/tcp:': {} },
HostConfig: {
PortBindings: { '80/tcp': [{ HostPort: '5000' }] },
},
})
...Using the following API docs https://docs.docker.com/engine/api/v1.32/#operation/ContainerCreate
When I filter logs by clicking the "enter" key - nothing happens, it works only if I click on the magnifying glass icon:
 should be appended or not.
-
Updated
Jan 30, 2019 - Go
-
Updated
Apr 22, 2020 - TypeScript
-
Updated
Jun 6, 2017
-
Updated
Jun 1, 2020 - Python
-
Updated
Aug 5, 2018
-
Updated
Sep 14, 2018 - Dockerfile
Improve this page
Add a description, image, and links to the moby topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the moby topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The drop down list for adding/editing volumes on the add/edit container page doesn't have a logical order.
Describe the solution you'd like
A simple alphabetical order would make things easier.