Skip to content

Commit

Permalink
Merge pull request #535 from evelynmitchell/patch-8
Browse files Browse the repository at this point in the history
Update docker_setup.md remove netcat
  • Loading branch information
kyegomez authored Jul 15, 2024
2 parents 97a64dd + 8f8ed23 commit 7b1f4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/swarms/install/docker_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ WORKDIR /usr/src/swarm_cloud

# Install system dependencies
RUN apt-get update \
&& apt-get -y install netcat gcc \
&& apt-get -y install gcc \
&& apt-get clean

# Install Python dependencies
Expand Down Expand Up @@ -183,4 +183,4 @@ For deploying to the cloud, you'll need to push your Docker image to a container
- Setting up networking, storage, and other cloud resources.
- Monitoring, logging, and potentially scaling your containers.

Remember to secure sensitive data, use tagged releases for your images, and follow best practices for operating in the cloud.
Remember to secure sensitive data, use tagged releases for your images, and follow best practices for operating in the cloud.

0 comments on commit 7b1f4cf

Please sign in to comment.