This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The best way to access the host is through the exec command using sockets, but you can also add limited | |
| # network connectivity between the host and container on specified ports with lxd proxy devices. | |
| # | |
| # This is an example profile giving the host access to port 8080 of the containers network. | |
| # | |
| name: container-to-host-proxy | |
| description: "Give the host access (on the host's localhost:8080) to container's port 8080" | |
| config: {} | |
| devices: | |
| webproxy: |
OlderNewer