Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykelly-octopus authored Oct 30, 2024
1 parent f61be9a commit 6d9da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/deployments/docker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Following on from the original [Octopus-Docker blog post](https://octopus.com/bl
## Windows Containers on Windows Server**
While Docker Containers on Windows Server (not Docker for Windows through Docker Toolbox) are now generally available, this feature appears to still have some issues with key areas such as networking. This is an area that the Docker and Windows team are actively improving. While deploying a Windows Container to a Tentacle target on Windows should work, you may experience issues trying to use custom networks or volumes. We would suggest using Linux targets via SSH for the time being until this feature stabilizes.

## How Docker Containers Map to Octopus concepts {#DockerContainers-HowDockercontainersmaptoOctopusconcepts}
## How Docker Containers Map to Octopus concepts {#DockerContainers-HowDockerContainersMapToOctopusConcepts}

In Octopus Deploy, a deployment usually involves a versioned instance of package that is obtained from some package feed. Prior to 3.5.0, this was typically modeled by defining a NuGet server (e.g. MyGet, TeamCity) as the package repository, which exposes a list of named packages to be deployed. Each instance of this package existed as a versioned .nupkg file which would be obtained by the target at deployment time and extracted.

Expand Down

0 comments on commit 6d9da30

Please sign in to comment.