Skip to content

Commit

Permalink
Don't show docker installation as an option (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Oct 19, 2023
1 parent dbe337d commit 50dd657
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ const DIRECTORY = [
'chmod +x plural\n' +
'mv plural /usr/local/bin/plural',
},
{
key: TAB_DOCKER,
label: 'Docker',
command: `docker run -it --volume $HOME/.aws:/home/plural/aws \\
\t--volume $HOME/.plural:/home/plural/.plural \\
\t--volume $HOME/.ssh:/home/plural/.ssh \\
\t--volume $HOME/path-to-installation-repo:/home/plural/workspace \\ # optional if you want to manage git via a volume
\tgcr.io/pluralsh/plural-cli:0.1.1-cloud zsh`,
},
// {
// key: TAB_DOCKER,
// label: 'Docker',
// command: `docker run -it --volume $HOME/.aws:/home/plural/aws \\
// \t--volume $HOME/.plural:/home/plural/.plural \\
// \t--volume $HOME/.ssh:/home/plural/.ssh \\
// \t--volume $HOME/path-to-installation-repo:/home/plural/workspace \\ # optional if you want to manage git via a volume
// \tgcr.io/pluralsh/plural-cli:0.1.1-cloud zsh`,
// },
]

function CliInstallation({ onBack, onNext }) {
Expand Down

0 comments on commit 50dd657

Please sign in to comment.